#app {
    background: url("../../../img/login-bg.png") no-repeat center top;
    background-size: cover;
}

body {
    background: #fff;
}

.register-top {
    height: 100px;
}

.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, #4eb8ff 0%, #3c7ee5 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: #3c7ee5;
}

.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;
}
