#app {
    background-size: cover;
}

body {
    background: #fff;
}

.register-top {
    height: 100px;
}

.theme-color .el-link--inner{
    color: #FF6700;;
}


.el-select .el-input.is-focus .el-input__inner, .el-textarea__inner:focus, .el-input__inner:focus {
    border-color: #FF6700;
}

.register-top .register-logo {
    padding-left: 30px;
    width: 40%;
    line-height: 100px;
}

.register-top .register-logo img {
    display: inline-block;
    vertical-align: middle;
    max-width: 260px;
    max-height: 70px;
}

.register-top .logo-back {
    height: 100px;
    line-height: 100px;
    padding-right: 24px;
}

.register-content {
    padding-bottom: 16px;
    background: #ffffff;
    box-shadow: 0px 2px 12px 0px rgba(182, 192, 219, 0.2);
}

.register-content .reg-top {
    width: 1200px;
    height: 50px;
    background: linear-gradient(270deg, #F1B892 0%, #FF4F19 100%);
    padding-left: 30px;
    text-align: left;
}

.register-content .reg-top h3 {
    font-size: 20px;
    color: #ffffff;
    margin-right: 10px;
    line-height: 50px;
    display: inline-block;
}

.register-content .reg-top span {
    font-size: 12px;
    color: #ffffff;
    display: inline-block;
}

span.fl {}

.reg-content {
    padding-top: 60px;
}

.reg-content .reg-form {
    float: left;
}

.reg-content .reg-form .el-form-item {
    margin-bottom: 20px;
}

.reg-content .reg-form .el-form-item__content {
    width: 450px;
}

.reg-content .reg-form .reg-btn {
    display: block;
    text-align: center;
    width: 300px;
    height: 44px;
    background: #f85252;
    border-radius: 2px;
    font-size: 16px;
    color: #ffffff;
    line-height: 44px;
}

.reg-content .reg-form .reg-btn.disabled {
    background: #dddddd;
    color: #fff;
}

.reg-login {
    width: 343px;
    float: right;
    height: 316px;
    padding-left: 80px;
    padding-right: 80px;
    border-left: 1px solid #dfe3f1;
}

.reg-login .login-title {
    height: 21px;
    font-size: 16px;
    color: #666666;
    line-height: 21px;
    margin-bottom: 56px;
}

.reg-login .login-title a {
    color: #FF6700;;
}

.el-checkbox__input.is-checked+.el-checkbox__label{
    color:#FF6700 !important;
}

.el-checkbox__input.is-checked .el-checkbox__inner {
    background-color: #FF6700;
    border-color: #FF6700;
}
.el-checkbox__inner:hover {
    border-color: #FF6700;
}

.reg-login .login-other p {
    height: 19px;
    font-size: 14px;
    color: #666666;
    line-height: 19px;
    margin-bottom: 40px;
}

.reg-login .login-other a {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    text-align: center;
    line-height: 76px;
}

.reg-login .login-other a:last-child {
    margin-right: 0;
}


.el-code-btn {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    width: 95px;
}

.el-scrollbar {
    height: 100%;
}

.right-sidebar,
.no-login-prompt,
.friendly-link {
    display: none !important;
}

.footer {
    background: transparent;
    margin-top: 0;
}

.register-content {
    padding-bottom: 30px;
}

.footer .infomation {
    padding: 20px 0;
}

@media screen and (max-height: 880px) {

    .footer {
        position: static;
    }

}
.el-code-btn-reg {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    width: 95px;
}
