.login {
    min-height: 100%;
    background: #fff;
}
.login-wrapper {
    margin: 0 auto;
    width: 1000px;
    height: 100%;
}
/* header */
.login-header {
    padding: 12px 0;
    height: 76px;
}
.logo {
    display: block;
    float: left;
    margin-right: 28px;
}
.logo img {
    display: block;
    width: 214px;
    height: 76px;
}
.welcome-slogan {
    float: left;
    padding-left: 24px;
    font-size: 36px;
    color: #707070;
    line-height: 76px;
    border-left: 1px solid #cacaca;
}
.back-index {
    display: block;
    float: right;
    margin-top: 20px;
}
.back-index img {
    width: 104px;
    height: 36px;
}
/* body */
.login-body {
    height: 720px;
    background: #20B694;
}
.login-body-box {
    background: url(../images/login/login-bg.png) no-repeat left bottom;
}
.login-panel {
    float: right;
    box-sizing: border-box;
    margin-top: 108px;
    padding: 38px 21px 0 23px;
    width: 370px;
    background: #fff;
    border: 1px solid #E7E7E7;
}
.reg-panel {
    margin-top: 16px;
    padding: 26px 21px 0 23px;
}
.login-title {
    margin: 0;
    font-size: 24px;
    color: #292929;
    line-height: 1;
}
.login-form {
    margin-top: 40px;
}
.reg-form {
    margin-top: 20px;
}
.form-control {
    margin-bottom: 34px;
    width: 100%;
    height: 46px;
}
.reg-form .form-control {
    position: relative;
    margin-bottom: 30px;
}
.reg-form .form-control::after {
    position: absolute;
    top: 12px;
    right: -12px;
    content: '*';
    font-size: 16px;
    color: #FF6C00;
}
.reg-form .img-code::after, .reg-form .additional-info::after {
    content: '';
}
.form-control .login-input {
    width: 322px;
    height: 100%;
    font-size: 14px;
    color: #727272;
    text-indent: 46px;
    border: 1px solid #D5D5D5;    
}
.form-control .login-input:focus {
    outline: 2px solid #20B694;
    border: none;
}
.form-control .input-error {
    outline: 2px solid #ff0000; 
}
.form-control .input-error:focus {
    outline: 2px solid #ff0000; 
}
.login-name {
    background: url(../images/login/user-icon.png) no-repeat 13px center;
}
.login-password {
    background: url(../images/login/password-icon.png) no-repeat 13px center;
}
.form-remember-password {
    float: right;
    padding: 0;
    margin: -10px 0 20px;
}
.form-remember-password input[type=checkbox] {
    margin-right: 12px;
    width: 16px;
    height: 16px;
}
.form-btn {
    margin-bottom: 25px;
}
.form-btn .login-btn {
    height: 46px;
    background: url(../images/login/login-btn.png) no-repeat center;
}
.form-btn .reg-btn {
    height: 46px;
    background: url(../images/login/register-btn.png) no-repeat center;
}
.login-relate {
    justify-content: space-between;
    padding-bottom: 60px;
}
.login-relate a {
    font-size: 16px;
    color: #4D4D4D;
}
.login-relate a:hover {
    color: #19A257;
}
.reg-relate {
    margin-top: -5px;
    padding-bottom: 8px;
    text-align: right;
}
.reg-relate a {
    font-size: 16px;
    color: #19A257;
}

/* reg */
.form-control .reg-input {
    text-indent: 16px;
}
.form-control .reg-code {
    width: 148px;
    text-indent: 16px;
}
.img-code {
    justify-content: space-between;
}
.img-code img {
    width: 68px;
    height: 24px;
}
.img-code span {
    margin-right: 6px;
    font-size: 14px;
    color: #0036FF;
}
.add-info-item {
    width: 50%;
}
.add-info-item .login-input {
    margin-left: 14px;
    width: 98px;
    height: 46px;
    text-indent: 8px;
}
.add-info-item label::after {
    content: "*";
    color: #FF6C00;
    vertical-align: text-top;
}
/* footer */
.login-footer {
    padding-top: 34px;
}
.login-footer-box {
    padding-bottom: 10px;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 1px solid #ECECEC;
}
.about-company {
    display: float;
    width: 400px;
    color: #4d4d4d;
}
.about-company dt {
    margin-bottom: 12px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
}
.about-company dd {
    font-size: 16px;
    line-height: 2;
}
.about-qr-img img {
    width: 140px;
    height: 140px;
}
.about-qr-img span {
    margin-left: 18px;
    display: inline-block;
    width: 240px;
    font-size: 16px;
}
.about-copyright {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #767676;
}

/* error */
.error-body {
    padding: 144px 0 66px;
    background: #F9F9F9;
}
.error-content {
    text-align: center;
}
.error-content img {
    width: 530px;
    height: 430px;
}
.error-content p {
    margin-top: 50px;
    font-size: 18px;
    color: #4B4C4C;
    line-height: 1;
}