h3 {
    font-size: 24px;
    text-align: center;
    color: #191A1D;
    margin-bottom: 30px;
    font-weight: bold;
}
#reset-form{
    max-height: 530px;
}
.layui-input-block{
    margin-left: 0 !important;
}
.layui-input-table {
    width: 350px;
    margin: auto;
}
#resetpasswordform-captcha{
    width: 100%;
}
.reset-icon{
    width: 54px;
    height: 54px;
    margin: auto auto 10px auto;
    background: url(../images/login/icon_reset_password.png) no-repeat;
}
.field-resetpasswordform-captcha,.field-resetpasswordform-captcha>.layui-form-item{
    width: 200px !important;
}
#backLink > i {
    display: inline-block;
    width: 2.4rem;
    height: 2.4rem;
    background: url(../static/image/back.svg) no-repeat center;
    background-size: cover;
    margin-right: 1.3rem;
    transform: translateY(.3rem);
    cursor: pointer;
    position: relative;
    top: 1px;
}
#backLink:hover > i {
    background-image: url(../static/image/back-hover.svg);
}
#sendResetCaptchaBtn{
    min-width: 140px;
    height: auto;
    line-height: normal;
    padding: 13px 10px;
    border-radius: .8rem;
}
#sendResetCaptchaBtn:hover {
    background-color: #3157ED;
    color: #fff;
    opacity: 1;
}
#resetForm .field-resetpasswordform-email .layui-input-block:before {
    background: url(../static/image/email.svg) no-repeat center;
    background-size: cover;
}
#resetForm .field-resetpasswordform-captcha .layui-input-block:before {
    background: url(../static/image/code.svg) no-repeat center;
    background-size: cover;
}
#resetForm .field-resetpasswordform-password .layui-input-block:before {
    background: url(../static/image/password.svg) no-repeat center;
    background-size: cover;
}
#resetForm .field-resetpasswordform-new_password .layui-input-block:before {
    background: url(../static/image/password.svg) no-repeat center;
    background-size: cover;
}
#resetForm .field-repeat_password .layui-input-block:before {
    background: url(../static/image/password.svg) no-repeat center;
    background-size: cover;
}