.content{
    width: 100vw;
    min-width: 1500px;
    height: calc(100vh - 144px);
    background: url("../../assets/imgs/login/bg.jpg") no-repeat;
    background-size: 100% 100%;
}

.content .left-text{
    width: 674px;
    height: 540px;
}

.content .left-text h4{
    font-size: 44px;
    font-weight: bold;
    margin-bottom: 60px;
    background: linear-gradient(90deg, #2177f3 0%, #27aae3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.content .left-text .box{
    margin-bottom: 40px;
}

.content .left-text .box img{
    width: 80px;
    height: 80px;
    margin-right: 40px;
}

.content .left-text .box-text h6{
    font-size: 26px;
    color: #000;
    font-weight: bold;
}

.content .left-text .box-text p{
    font-size: 16px;
    color: #7a8898;
    font-weight: 400;
}

.content .login-box{
    margin-left: 128px;
    width: 448px;
    height: 540px;
    border-radius: 4px;
    background-color: #fff;
}

.content .login-box ul{
    height: 80px;
    line-height: 80px;
}

.content .login-box li{
    width: 50%;
    text-align: center;
    font-size: 22px;
    color: #818181;
    font-weight: 600;
    cursor: pointer;
    border-bottom: 1px solid #E6EBF0;
}

.content .login-box li.active{
    color: #000;
}

.content .login-box li:first-child{
    border-right: 1px solid #E6EBF0;
}

.content .login-form{
    margin: 28px 64px;
    position: relative;
}

.content input{
    width: calc(100% - 20px);
    height: 44px;
    padding-left: 16px;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 16px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 2px solid #e3e8ed;
}

.content input[type="text"]:focus{
    border: 2px solid #1A8CFF;
}

.content .code-row input{
    width: 200px;
    margin-right: 20px;
}


.code-row {
    display: flex;
}

.content .code-row img{
    width: 100px;
    height: 44px;
    cursor: pointer;
    border: 2px solid #EBF0F5;
}

.content .btn.btn-code {
    margin-top: 0;
}

.content .forget{
    margin-top: 16px;
}

.content .forget span{
    font-size: 12px;
}

.content .forget a{
    font-size: 12px !important;
    color: #1A8CFF !important;
}

.content .forget label, .content .forget a{
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    cursor: pointer;
}

.content .forget label input{
    width: 16px;
    height: 16px;
    margin-right: 8px;
    margin-top: 2px;
    vertical-align: text-top;
}

.content .forget label span{
    vertical-align: top;
}

.content .forget a:hover{
    color: #1A8CFF;
}

.content .other{
    margin: 40px 64px 0;
    text-align: center;
}

.content .other span{
    position: relative;
    display: block;
    width: 100%;
}

.content .other span::before, .content .other span::after{
    position: absolute;
    content: '';
    top: 10px;
    width: 102px;
    height: 2px;
    background: linear-gradient(90deg, #F7F9FB 0%, #EBF0F5 100%);
}

.content .other span::before{
    left: 0;
}

.content .other span::after{
    right: 0;
    background: linear-gradient(90deg, #EBF0F5 0%, #F7F9FB 100%);
}

.content .other p{
    margin-top: 16px;
}

.content .other a:first-child{
    /*margin-right: 48px;*/
}

.content .btn{
    width: 320px;
    height: 48px;
    margin-top: 10px;
    background: #1A8CFF;
    border-radius: 4px;
    border: none;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    cursor: pointer;
}

.content .register .back,
.content .QRcode-login .back{
    height: 79px;
    line-height: 79px;
    /*padding-left: 144px;*/
    font-size: 22px;
    font-weight: 600;
    color: #000000;
    border-bottom: 1px solid #EBEEF5;
}

.content .back{
    padding-left: 20px;
}

.content .back img{
    margin-right: 16px;
}

.content .QRcode-login .border{
    width: 320px;
    height: 320px;
    padding: 20px;
    margin: 16px 44px 16px 44px;
    background: #FFFFFF;

}

.container{
    min-width: 1420px;
    height: 100%;
    justify-content: center;
}

.footer{
    height: 64px;
    line-height: 64px;
    text-align: center;
    background-color: #fff;
}

.footer p{
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
}

/**注册**/
.register .r-con{
    padding: 40px 64px;
    position: relative;
}
.register .agree a{
    color: #1A8CFF;
    margin: 0 6px;
}

.register .code{
    padding-top: 24px;
}

.register .code p{
    margin-bottom: 0;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
}

.register .code-box{
    display: flex;
}

.register .code-box input{
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 24px 6px;
    text-align: center;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #E6EBF0;
}

.register .code p a{
    color: #1A8CFF;
    margin-right: 5px;
}

.register .to-login{
    margin-top: 190px;
    font-weight: 400;
    color: #1A8CFF;
}
.register .ok{
    width: 100%;
    margin-top: 48px;
}

.register .r-con.password span{
    position: absolute;
    right: 76px;
    top: 56px;
    display: block;
    width: 16px;
    height: 16px;
    background: url("../../assets/imgs/login/close-eye.svg");
    background-size: 100% 100%;
}
.register .r-con.password span.close-eye{
    background: url("../../assets/imgs/login/open-eye.svg");
    background-size: 100% 100%;
}

.login-box-msg {
    margin-top: -12px;
    margin-bottom: 12px;
    margin-left: 0;
}

.qrcode-disabled{
    display: none;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #000000;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    z-index: 20;
    transform: translate(-50%, -50%);
}

.text-error{
    color: red;
    position: absolute;
    font-size: 12px;
    transform: scale(0.9);
}

#usernameError{
    top: 46px;
}

#passwordError{
    top: 110px;
}

#codeError{
    top: 178px;
}

.small-text{
    font-weight: 400;
    font-size: 14px;
    color: #1A8CFF;
}

#sms_error{
    color: red;
    font-size: 12px;
    margin-left: 4px;
}