
/* 登录 */
.tab-pane {

}

.tab-content {
    min-height: 240px;
}

.tab-pane .tab-name {
    width: calc(100% / 2);
    cursor: pointer;
    border-bottom: 2px solid #fff;
}

.active {
    border-bottom: 2px solid #cc3300 !important;
}

.login .user-name input, .login .password input, .login .v-code input {
    padding-left: 40px;
}

.login .user-name:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/user.png) no-repeat center;
    background-size: cover;
    position: absolute;
    left: 10px;
    top: 18px;
}

.login .v-code:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/captcha.png) no-repeat center;
    background-size: cover;
    position: absolute;
    left: 10px;
}
.login .password:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/icon-password.png) no-repeat center;
    background-size: cover;
    position: absolute;
    left: 10px;
    top: 18px;
}

.login .password .icon-eye {
    position: absolute;
    top: 13px;
    right: 15px;
}

/**闭眼*/
.login .password .icon-eye-close:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-top: 6px;
    background: url(../images/icon-eye-close.png) no-repeat center;
    background-size: cover;
    vertical-align: middle;
    cursor: pointer;
}

/**睁眼*/
.login .password .icon-eye-open:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-top: 6px;
    background: url(../images/icon-eye-open.png) no-repeat center;
    background-size: cover;
    vertical-align: middle;
    cursor: pointer;
}

.send-sms {
    width: 100px;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    color: #fff;
    border-radius: 0 .375rem .375rem 0;
    /*border: 1px solid #cc3300;*/
    background: #cc3300;
    right: 0;
    cursor: pointer;
}

.other-login {
    height: 40px;
}

.other-login label {
    width: 120px;
    top: 0;
    left: calc(50% - 60px);
    z-index: 1;
}

.other-login .line:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #efefef;
    left: 0;
    top: 20px;
    z-index: 0;
}

/* 注册 */
.register .name input, .register .phone input, .register .v-code input, .register .email input, .register .password input {
    padding-left: 40px;
}

.register .name:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/user.png) no-repeat center;
    background-size: cover;
    position: absolute;
    left: 10px;
    top: 18px;
}
.register .phone:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/icon-tel.png) no-repeat center;
    background-size: cover;
    position: absolute;
    left: 10px;
    top: 18px;
}

.register .v-code:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/captcha.png) no-repeat center;
    background-size: cover;
    position: absolute;
    left: 10px;
}
.register .email:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/email.png) no-repeat center;
    background-size: cover;
    position: absolute;
    left: 10px;
    top: 18px;
}
.register .password:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/icon-password.png) no-repeat center;
    background-size: cover;
    position: absolute;
    left: 10px;
    top: 18px;
}
