#register-form{
    height: 520px;
}
/*.site-sign-box {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    margin-top: 150px;*/
/*}*/
h3{
    font-size: 24px;
    text-align: center;
    color: #191A1D;
    margin-bottom: 30px;
    font-weight: bold;
}
.form-group {
    margin: auto;
}
.layui-input-block{
    margin-left: 0 !important;
}
.layui-input-table{
    margin:auto ;
}
.input-captcha{
    display: inline-block;
}
.captcha-section{
    display: inline-block;
    text-align: right;
}
#signupform-captcha{
    width: 100%;
}
#signup-btn-section{
    margin-top: 15px;
    margin-bottom: 15px;
}
#terms-privacy-section{
    margin-bottom: 15px;
}
#send-notification-section{
    padding: 1.6rem .8rem;
    border-radius: .8rem;
    background: #F5F7F9;
    line-height: 1.6rem;
    color: #666666;
}
#terms-privacy-section span,#send-notification-section span{
    color: #979CA8;
    white-space: break-spaces !important;
    width: 350px;
}
#had-account-section{
    text-align: center;
}
#had-account-section{
    color: #6B707D;
}
#had-account-section a{
    color: #216AE8;
}
#signupform-password + i,.hide-password{
    display: inline-block;
    position: absolute;
    left: 318px;
    top: 10px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    background: url("../images/login/icon_password_show_normal.png") no-repeat;
}
#signupform-password + i:hover,.show-password{
    background: url("../images/login/icon_password_show_hover.png") no-repeat !important;
}
.layui-layer-content{
    color: #fff !important;
}
#icon-account-register{
    width: 60px;
    height: 60px;
    margin: auto auto 20px auto;
    background: url("../images/icon_user_sign_in.png") no-repeat;
}
#had-account-section{
    width: 100% !important;
}
.layui-checkbox-disabled[lay-skin=primary] span{
    color: #979CA8 !important;
}
.layui-form-checkbox span,.link-white{
    font-size: 14px !important;
}
#sendRegCaptchaBtn{
    width: 140px;
    height: auto;
    line-height: normal;
    padding: 13px 10px;
    border-radius: .8rem;
}
#sendRegCaptchaBtn:hover {
    background-color: #3157ED;
    color: #fff;
    opacity: 1;
}

.field-signupform-email .layui-input-block:before {
    background: url(../static/image/email.svg) no-repeat center;
    background-size: cover;
}
.field-signupform-captcha .layui-input-block:before {
    background: url(../static/image/code.svg) no-repeat center;
    background-size: cover;
}
.field-password .layui-input-block:before {
    background: url(../static/image/password.svg) no-repeat center;
    background-size: cover;
}