body {
    background: -webkit-linear-gradient(bottom, #00132a, #001323);
    /* Safari 5.1 - 6.0 */
    background: -moz-linear-gradient(bottom, #00132a, #001323);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to bottom, #00132a, #001323);

    font-size: 12px;
    color: rgb(255, 255, 255);
}

body .container-fluid {
    height: 100%;
    padding: 0;
}

.login-container .success,
.login-container .warn,
.login-container .errors,
.login-container #msg {
    background-color: transparent !important;
}

.login-container {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.error-msg {
    font-size: 16px;
    padding-bottom: 5px;
}

.login-wrapper {
    height: 100%;
    margin: 0 auto;
    display: table;
}

.login .topBar {
    margin-top: 3%;
    height: 6%;
}

.login-window .frame .user input,
.login-window .frame .password input {
    color: #333;
    font-size: 14px;
}

.form-title h4 {
    color: #333;
    font-weight: bold;
}

/*- -- -- -- ---- ----- -----   --- -*/

.error-info {
    color: rgba(252, 69, 69, .8);
    font-size: 12px;
    line-height: 12px;
    margin: -6px 0 12px 0;
    font-weight: 500;
}

.error-info2 {
    color: rgba(252, 69, 69, .8);
    font-size: 12px;
    line-height: 12px;
    margin: 22px 0 -10px 0;
    font-weight: 500;
    padding: 0 38px;
}

/*--------copyright---------*/
.footer-links {
    font-size: 12px;
    position: fixed;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
}

.footer-links p {
    margin: 0;
}

/*兼容firefox*/
input:required:invalid,
input:focus:invalid,
textarea:required:invalid,
textarea:focus:invalid {
    box-shadow: none;
}

body .topBar {
    position: fixed;
    z-index: 10;
    top: 18px;
    left: 0;
    width: 100%;
    height: 100px;
}

body .topBar .logo img {
    max-height: 36px;
}

body .topBar .logo {
    height: 300px;
    margin-top: 10px;
    margin-left: 20px;
}

.login {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: auto 100%;
}

/**************登陆左侧图片**********/
.login .login-bg {
    height: 100%;
    background-repeat: no-repeat;
    background-position: 30% center;
    background-size: 70%;
}

/***********登录框*************/
.login-window {
    position: relative;
    height: 100%;
}

.login-window .frame {
    position: absolute;
    top: 50%;
    margin-top: -45%;
    box-sizing: content-box;
    width: 438px;
    padding: 20px 60px 60px;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.login-body {
    width: 100%;
}

@media screen and (min-width: 1400px) {
    .login .login-bg {
        background-size: 68%;
    }
}

@media screen and (max-width: 1400px) {
    .login .login-bg {
        background-size: 62%;
    }
}

@media screen and (min-width: 1600px) {
    .login-window .frame {
        right: 40%;
        margin-top: -30%;
    }
}

@media screen and (max-width: 1600px) {
    .login-window .frame {
        right: 30%;
    }
}

@media screen and (max-width: 1200px) {
    .login-bg {
        display: none;
    }

    .login-window .frame {
        right: 50%;
        margin-right: -19.1%;
        margin-top: -20%;
    }
}

.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}

.form-group input {
    height: 41px;
    border: 1px solid rgb(216, 224, 240);
    border-radius: 8px;
    background-color: transparent;
    color: #333333;
}

.frame .form-title h4 {
    font-size: 28px;
    line-height: 60px;
    margin-bottom: 20px;
}

.frame .user,
.frame .password,
.frame .codeConfirm {
    position: relative;
    border-radius: 8px;
    margin-bottom: 30px;
    /* border: 1px solid rgb(216, 224, 240); */
}

.frame .user input,
.frame .password input,
.frame .codeConfirm input {
    padding-left: 43px;
    width: 100%;
}

.frame .user .icon,
.frame .password .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 43px;
    display: inline-block;
    height: 41px;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    filter: Alpha(opacity=30)
}

.frame .user .icon {
    background-image: url('/static/img/user.png');
}

.frame .password .icon {
    background-image: url('/static/img/password.png');
}

/*-------验证码---------*/
.frame .confirm input {
    float: left;
    width: 163px;
    border: 1px solid rgba(255, 255, 255, .2);
    margin-right: 10px;
    padding-left: 12px;
    color: rgba(255, 255, 255, .7);
    font-size: 14px;
}

.frame .confirm img {
    float: right;
    width: 161px;
    height: 41px;
}

.frame .confirm img:after {
    clear: both;
}

.frame .user:hover,
.frame .password:hover,
.frame .confirm input:hover {
    border-radius: 8px;
    /* border: 1px solid rgba(0, 179, 236, .3); */
}

/*-------登陆按钮-------*/
.frame .login-btn input {
    width: 100%;
    background-color: #3f8cff;
    color: rgba(255, 255, 255, .85);
    text-align: center;
}

.frame .login-btn input:hover {
    background-color: rgba(63, 140, 255,0.9);
    color: rgba(255, 255, 255, .85);
}

/***************忘记密码+免费注册*****************/
.frame .login-other a:link,
.frame .login-other a:visited {
    margin-right: 28px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
}

.frame .login-other a:hover {
    color: #73777a;
    /* color: rgba(0, 179, 236, .6); */
}

.frame .login-other {
    margin-top: -6px;
    color: #73777a;
    font-weight: lighter;
}

input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .4);
}

input:-moz-placeholder {
    color: rgba(255, 255, 255, .4);
}

input::-moz-placeholder {
    color: rgba(255, 255, 255, .4);
}

input:-ms-input-placeholder {
    color: rgba(255, 255, 255, .4);
}

/*-------短信验证码---------*/
.verification-frame {
    /*
    background:rgba(255,255,255,0.10);
    */
    width: 394px;
    height: 360px;
    right: 40%;
    margin-top: -30%;
    position: absolute;
    top: 50%;
    box-sizing: content-box;
    padding: 20px;
}

.verification-frame .form-title {
    margin-top: 80px;
    padding-left: 37px;
}

.verification-frame .verification-code {
    margin-top: 25px;
    padding-left: 38px;
    padding-right: 34px;
}

.verification-frame .verification-code .login-verifyCode-text-input2 {
    width: 279px;
    height: 42px;
    float: left;
    padding-left: 5px;
    margin-right: 0px;
    border: 1px solid rgba(255, 255, 255, 0.40);
}

.verification-frame .verification-code .login-verifyCode-text-input1 {
    width: 322px;
    height: 41px;
    float: left;
    padding-left: 5px;
    margin-right: 10px;
    border: 1px solid rgba(255, 255, 255, 0.40);
}

.verification-frame .verification-code .send-btn {
    border: 1px solid rgba(255, 255, 255, 0.20);
    border-left: 0px;
    width: 42px;
    height: 42px;
    float: left;
    background: rgba(0, 255, 255, 0.20);
    /*width:145px;
    height:42px;
    float: right;
    background:rgba(0,179,236,0.80);*/
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.90);
    text-align: center;
}

.verification-frame .verification-code .btn-disabled {
    width: 144px;
    height: 41px;
    border: 1px solid #3f8cff;
    background-color: transparent;
}

.verification-frame .login-btn {
    margin-top: 25px;
}

.verification-frame .btn-row {
    margin-left: 10%;
}

.verification-frame .btn-row .submit_btn {
    background: #3f8cff;
    width: 322px;
    height: 42px;
}

/****************修改密码*****************/
.changePwd-panel-container {
    height: 62%;
}

.changePwd-panel-header {
    margin-top: 14%;
    height: 30px;
    letter-spacing: 2px;
    color: #CACACC;
}

.changePwd-panel {
    width: 352px;
    margin: auto;
    margin-top: 30px;
    padding: 20px;
    background-color: rgba(57, 178, 247, 0.2);
    border-radius: 2px;
    box-shadow: 30px 30px 90px #181823;
}

.changePwd-panel section {
    border: 1px solid rgba(255, 255, 255, .2);
    margin-top: 5px;
}

.changePwd-panel section:hover {
    border: 1px solid rgba(0, 179, 236, .3);
}

.changePwd-panel section.btn-row {
    border: 1px solid rgba(0, 179, 263, .6);
    background-color: rgba(0, 179, 263, .6);
    color: rgba(255, 255, 255, .85);
}

.changePwd-panel section.btn-row:hover {
    border: 1px solid rgba(0, 179, 236, .9);
    background-color: rgba(0, 179, 236, .9);
    color: rgba(255, 255, 255, .85);
}

.form-group .changePasDiv {
    color: #CACAD0;
}

.form-group #password,
.form-group #newPassword,
.form-group #confirmNewPassword {
    color: #333;
    font-size: 14px;
    width: 100%;
    height: 42px;
    border-radius: 8px;
    border: 1px solid rgb(216, 224, 240);
}

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak,
.ng-hide:not(.ng-hide-animate) {
    display: none !important;
}

.changePwd-panel-container .form-group .form-control[disabled] {
    background-color: rgba(255, 255, 255, .4);
    color: #C3C4C6;
}

.wrap,
.circle11,
.num {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.wrap {
    margin: auto;
    top: 10px;
    position: relative;
    border: 2px solid #ccc;
    box-sizing: border-box;
}

.circle11 {
    position: absolute;
    top: -2px;
    left: -2px;
    box-sizing: border-box;
}

.circle11 div {
    width: 20px;
    height: 20px;
    position: absolute;
    box-sizing: border-box;
    border-radius: 50%;
}

.num {
    position: absolute;
    top: -2px;
    left: -2px;
    line-height: 20px;
    text-align: center;
}

.left {
    clip: rect(0, 10px, 20px, 0);
    border: 2px solid rgb(0, 179, 236);
}

.right {
    clip: rect(0, 20px, 20px, 10px);
    border: 2px solid rgb(0, 179, 236);
}

.placeholder_span {
    color: #73777a;
    font-size: 14px;
    display: block;
    width: 394px;
    word-wrap: break-word;
    margin-left: 38px;
    padding-right: 70px;
}

.frame .tips {
    margin-top: 24px;
    color: rgba(255, 255, 255, .6);
}

.jit-style {
    margin: 0px !important;
}

.jit-style:hover {
    padding-bottom: 1px;
    border-bottom: .8px solid;
    color: rgba(255, 255, 255, .6) !important;
}

.margin-right {
    margin-right: 28px;
}

.margin-top20 {
    margin-top: 20px !important;
}

.jit-image-before {
    width: 16px;
    height: 16px;
    margin-top: -2px;
    margin-right: 7px;
}

.jit-image-after {
    width: 12px;
    height: 12px;
    margin-top: -2px;
    margin-left: 12px;
}