.reg-box {
    max-width: 1140px;
    margin: 20px auto;
    padding: 20px 30px;
    background: url(/static/images/login_banner_02.png) no-repeat white;
    background-position: 100% 100%;
}

.reg-box h1 {
    font-size: 20px;
}

.layui-form-label {
    width: 120px;
}

select {
    height: 35px;
    margin-left: 5px;
}

#sendsms {
    margin-left: 20px;
    height: 36px;
    line-height: 36px;
}

.captcha_img img {
    margin-left: 20px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
}

.reg_exp {
    color: gray;
    display: block;
    padding-top: 5px;
}

.layui-icon-ok {
    color: #009688;
    line-height: 38px;
    margin-left: 15px;
    display: none;
}

.layui-icon-close {
    color: #FF5722;
    line-height: 38px;
    margin-left: 15px;
    display: none;
    font-size: 14px;
}