.section {
    width: 100vw;
    height: 100vh;
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.section .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.section .bg img {
    display: block;
    width: 100%;
    height: 100%;
}

.section .sign_box {
    width: 700px;
    height: 100%;
    background: rgba(255, 255, 255, 0.81);
    padding: 0 87px 0 73px;
    display: flex;
    align-items: center;
}

.section .sign_box .box {
    width: 100%;
}

.section .sign_box .box .title {
    margin-bottom: 57px;
}

.section .sign_box .box .title h5 {
    font-weight: 400;
    font-size: 50px;
    color: #111111;
    margin-bottom: 10px;
}

.section .sign_box .box .title p {
    font-weight: 400;
    font-size: 20px;
    color: #B9B9B9;
    line-height: 30px;
}

.section .sign_box .box .sign_control {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.section .sign_box .box .sign_control .item {
    font-family: 'Poppins b';
    font-weight: 600;
    font-size: 24px;
    color: #1C69D4;
    transition: 0.6s;
}

.section .sign_box .box .sign_control .line {
    width: 1px;
    height: 17px;
    background: #C7C7C7;
    margin: 0 20px;
}

.section .sign_box .box .form_box form input {
    width: 540px;
    height: 70px;
    background: #FFFFFF;
    border-radius: 6px;
    padding: 0 30px;
    font-weight: 400;
    font-size: 20px;
    border: 1px solid #FFFFFF;
}

.section .sign_box .box .form_box form input::placeholder {
    color: #B9B9B9;
}

.section .sign_box .box .form_box form .layui-row {
    display: flex;
    flex-wrap: wrap;
    margin: 27px 0;
    justify-content: space-between;
}

.section .sign_box .box .form_box form .layui-row h5 {
    width: 100%;
    font-weight: 400;
    font-size: 20px;
    color: #111111;
    margin: 0 0 10px;
}

.section .sign_box .box .form_box form .layui-row .layui-input-wrap {
    width: 100%;
}

.section .sign_box .box .form_box form .layui-row input {
    width: 100%;
}

.section .sign_box .box .form_box form .layui-row button {
    width: 250px;
    height: 70px;
    background: #F4F8FE;
    border-radius: 6px 6px 6px 6px;
    font-weight: 400;
    font-size: 18px;
    color: #111111;
    border: none;
}

.section .sign_box .box .form_box form .submit {
    width: 100%;
    height: 72px;
    background: #1C69D4;
    border-radius: 6px 6px 6px 6px;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    margin: 40px 0 0;
}

.section .sign_box .box .form_box form .layui-form-item {
    display: flex;
    align-items: center;
}

.section .sign_box .box .form_box form .layui-form-item input {
    font-weight: 400;
    font-size: 20px;
    color: #B9B9B9;
}

.section .sign_box .box .form_box form .layui-form-item .checkbox_text {
    font-weight: 400;
    font-size: 20px;
    color: #B9B9B9;
    transition: 0.6s;
    cursor: pointer;
}

.section .sign_box .box .form_box form .layui-form-item .checkbox_text:hover {
    color: #1C69D4;
}

.section .sign_box .box .form_box form .layui-form-item .layui-form-checkbox {
    margin: 0;
    padding-left: 38px;
}

.section .sign_box .box .form_box form .layui-form-item .layui-form-checkbox div {
    font-weight: 400;
    font-size: 20px;
    color: #B9B9B9;
    margin: 0;
    line-height: unset;
    padding-right: 8px;
}

.section .sign_box .box .form_box form .layui-form-item .layui-form-checkbox > i {
    width: 27px;
    height: 26px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    line-height: 22px;
}

.layui-input-affix {
    line-height: 70px;
}
.alert_p {
  font-weight: 400;
  font-size: 20px;
  color: #B9B9B9;
  margin: 60px 0 0;
}
.alert_p a {
  color: #1C69D4;

}
/*# sourceMappingURL=login.css.map */
@media screen and (max-width: 1919px) {
    .section .sign_box{
        width: 36.4583333333vw;
        padding: 0px 4.53125vw 0px 3.8020833333vw;
    }
    .section .sign_box .box .title{
        margin-bottom: 2.96875vw;
    }
    .section .sign_box .box .title h5{
        font-size: 2.6041666667vw;
        margin-bottom: 0.5208333333vw;
    }
    .section .sign_box .box .title p{
        font-size: 1.0416666667vw;
        line-height: 1.5625vw;
    }
    .section .sign_box .box .sign_control{
        margin-bottom: 0.5208333333vw;
    }
    .section .sign_box .box .sign_control .item{
        font-size: 1.25vw;
    }
    .section .sign_box .box .sign_control .line{
        height: 0.8854166667vw;
        margin: 0px 1.0416666667vw;
    }
    .section .sign_box .box .form_box form input{
        width: 28.125vw;
        height: 3.6458333333vw;
        border-radius: 0.3125vw;
        padding: 0px 1.5625vw;
        font-size: 1.0416666667vw;
    }
    .section .sign_box .box .form_box form .layui-row{
        margin: 1.40625vw 0px;
    }
    .section .sign_box .box .form_box form .layui-row h5{
        font-size: 1.0416666667vw;
        margin: 0px 0px 0.5208333333vw;
    }
    .section .sign_box .box .form_box form .layui-row button{
        width: 13.0208333333vw;
        height: 3.6458333333vw;
        border-radius: 0.3125vw;
        font-size: 0.9375vw;
    }
    .section .sign_box .box .form_box form .submit{
        height: 3.75vw;
        border-radius: 0.3125vw;
        font-size: 1.0416666667vw;
        margin: 2.0833333333vw 0px 0px;
    }
    .section .sign_box .box .form_box form .layui-form-item input{
        font-size: 1.0416666667vw;
    }
    .section .sign_box .box .form_box form .layui-form-item .checkbox_text{
        font-size: 1.0416666667vw;
    }
    .section .sign_box .box .form_box form .layui-form-item .layui-form-checkbox{
        padding-left: 1.9791666667vw;
    }
    .section .sign_box .box .form_box form .layui-form-item .layui-form-checkbox div{
        font-size: 1.0416666667vw;
        padding-right: 0.4166666667vw;
    }
    .section .sign_box .box .form_box form .layui-form-item .layui-form-checkbox > i{
        width: 1.40625vw;
        height: 1.3541666667vw;
        font-size: 0.8333333333vw;
        line-height: 1.1458333333vw;
    }
    .layui-input-affix{
        line-height: 3.6458333333vw;
    }
    .alert_p{
        font-size: 1.0416666667vw;
        margin: 3.125vw 0px 0px;
    }
}

@media screen and (max-width: 768px) {
    .section {
        justify-content: center;
        align-items: center;
    }
    .section .sign_box {
        width: 90%;
        height: unset;
        padding: 30px 20px;
    }
    .section .sign_box .box .title h5 {
        font-size: 24px;
        line-height: 1;
        margin-bottom: 15px;
    }
    .section .sign_box .box .title p {
        font-size: 15px;
        line-height: 1.5;
    }
    .layui-input-affix {
        line-height: 50px;
    }
    .section .sign_box .box .sign_control {
        margin-bottom: 8px;
    }
    .section .sign_box .box .form_box form input {
        width: 100%;
        height: 50px;
        font-size: 15px;
        padding: 0 15px;
    }
    .section .sign_box .box .form_box form .layui-row {
        margin: 15px 0 25px;
    }
    .section .sign_box .box .form_box form .layui-row h5 {
        font-size: 16px;
        margin-bottom: 8px;
    }
    .section .sign_box .box .title {
        margin-bottom: 30px;
    }
    .section .sign_box .box .sign_control .item {
        font-size: 16px;
    }
    .section .sign_box .box .form_box form .layui-form-item .layui-form-checkbox div {
        font-size: 15px;
    }
    .section .sign_box .box .form_box form .layui-form-item .checkbox_text {
        font-size: 15px;
    }
    .section .sign_box .box .form_box form .layui-form-item .layui-form-checkbox {
        padding-left: 30px;
    }
    .section .sign_box .box .form_box form .layui-form-item .layui-form-checkbox > i {
        width: 21px;
        height: 20px;
        line-height: 19px;
        font-size: 12px;
    }
    .alert_p {
        font-size: 15px;
        margin: 20px 0 0;
    }
    .section .sign_box .box .form_box form .submit {
        height: 40px;
        margin: 0px;
        font-size: 15px;
    }
}
