/* 用户登录，用户注册 */
.login,.regist{
    width: 100%;
    height: 100%;
    background: #eeeef2;
}
.user-wrapper{
    width: 530px;
    margin:0 auto;
    position: absolute;
    left: 50%;
    top: 33.3%;
    transform: translate(-50%,-33.3%);
}
.login-logo{
    margin: 0 auto;
    width: 310px;
    display: block;
    margin-bottom:20px;
}
.login-form,.regist-form,.forgetPwd-form,.newPwd-form{
    width: 482px;
    /* height: 730px; */
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 8px 25px 0px rgba(53,52,68,0.10); 
    padding:35px 40px 48px;
    margin:0 auto;
}
.login-form input.form-control,.regist-form input.form-control{
    width: 400px;
    height: 48px;
    background: #ffffff;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
}
.login-form > h2,.regist-form > h2{
    font-size:1.875rem;
    margin-bottom: 1.875rem!important;
}
.regist-form > h2{
    margin-bottom: 0.5rem!important;
}
.regist-form > .mb-4{
    margin-bottom: 2.5rem!important;
}
.login-notice,.regist-notice{
    color: #353444;
    font-size:14px;
}
.regist-link,.regist-link:hover,.regist-link:focus,
.login-link,.login-link:hover,.login-link:focus{
    color:#32B17E;
    text-decoration:underline;
}
.login-form .form-group,.regist-form .form-group{
    margin-bottom:1.5rem;
}
.login-form .form-group label,.regist-form .form-group label{
    font-size: 18px;
    color: #353444;
}
#agree-error{
    position: absolute;
    bottom: -27px;
}
.login-btn,.regist-btn,.forgetPwd-btn,.newPwd-btn{
    width: 400px;
    height: 48px;
    background: #32b17e;
    border-radius: 4px;
}
.other-login-method {
    width: 400px;
    height: 40px;
    border-radius: 4px;
    margin: 24px auto;
    background: #4688F1;
    border: 1px solid #d9d9d9;
}
.login-way li{
    width: 400px;
    height: 55px;
    background: #ffffff;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    font-size:18px;
    color: #828282;
    display: flex;
    align-items:center;
    padding-left:16px;
    margin-bottom:16px;
    cursor: pointer;
}
.login-way li > img{
    margin-right:12px;
}
.login-way li.active{
    box-shadow: 0px 6px 8px 0px#eeeef2; 
}
.login-way-email span{
    color: #cacaca;
    text-align: center;
    margin: 40px auto 16px;
    box-sizing: border-box;
    position: relative;
    display:block;
    font-size:14px;
}
.login-way-email span:before, .login-way-email span:after {
    display: block;
    content: '';
    width: 120px;
    height: 1px;
    background: #e4e4e4;
    position: absolute;
    top: 11px;
}
.login-way-email span:after {
   right:0;
}
.forget-pwd-link,.forget-pwd-link:hover,.forget-pwd-link:focus{
    font-size:14px;
    color: #32b17e;
}
.form-control.regist-code-input{
    width: 240px!important;
}
.regist-code{
    width: 144px;
    height: 48px;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    background: #e4e4e4;
}
.regist-form .form-check-input{
    margin-top:0.35rem;
}
.regist-form .form-group label.form-check-label{
    font-size:14px;
    color:#353444;
}
.regist-form label.form-check-label a{
    color:#32B17E;
}
#passwordHelp{
    color:#999999!important;
    font-size:12px;
}

.s-btn__icon.google-login{
    margin-left: 8px;
}
.login-svg-text{
    line-height: 48px;
    margin-left: 10px;
}

/* 忘记密码 */
.forget-pwd-info{
    font-size: 14px;
    color: #353444;
    margin-top:-8px;
    margin-bottom: 3rem;
}

/* 密码发送成功页面 */
.send-content{
    width: 800px;
    font-size: 16px;
    line-height: 30px;
}
.send-content h2{
    font-size: 22px;
    font-weight: 500;
    margin: 30px 0 10px;
}
.send-content img{
    display: inline-block;
    font-weight: bold;
    margin:50px 0 32px -200px;
}
.login-succ-btn{
    width: 120px;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    font-size: 18px;
    color: #fff;
    background: #56B281;
    margin-top: 50px;
    margin-left:-200px;
}