body {
    background-color: #eef1f5;
}

#center {
    position:absolute;
    top:50%;
    margin-top:-265px;
    padding: 20px;
    background-image: url('/images/bg/bg1.jpg');
    background-position: center;
    background-repeat: no-repeat;
    height: 550px;
    width:100%;
}
.leftContent {
    color: #FFF;
    float: left;
    text-align: center;
    margin: 150px 200px;
}

.login .content {
    background-color: #fff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    width: 400px;
    float: right;
    margin-right: 200px;
    padding: 60px 30px 30px;
    overflow: hidden;
    position:absolute;
    top:50%;
    right:20px;
    margin-top:-251px;
    height:502px;
}

.login .content h3 {
    color: #4db3a5;
    text-align: center;
    font-size: 28px;
    font-weight: 400!important
}

.login .content h4 {
    color: #555
}

.login .content .hint {
    color: #999;
    padding: 0;
    margin: 15px 0 7px
}

.login .content .login-form {
    padding: 0;
    margin: 0
}

.login .content .form-control {
    background-color: #dde3ec;
    height: 43px;
    color: #8290a3;
    /*border: 1px solid #dde3ec*/
}

.login .content .form-control:active,
.login .content .form-control:focus {
    border: 1px solid #c3ccda
}

.login .content .form-control::-moz-placeholder {
    color: #8290a3;
    opacity: 1
}

.login .content .form-control:-ms-input-placeholder {
    color: #8290a3
}

.login .content .form-control::-webkit-input-placeholder {
    color: #8290a3
}

.login .content select.form-control {
    padding-left: 9px;
    padding-right: 9px
}

.login .content .form-title {
    font-weight: 300;
    margin-bottom: 25px
}

.login .content .form-actions {
    clear: both;
    border: 0;
    padding: 25px 30px;
    margin-left: -30px;
    margin-right: -30px
}

.login .content .form-actions>.btn {
    margin-top: -2px
}

.login-options {
    margin-top: 30px;
    margin-bottom: 30px;
    overflow: hidden
}

.login-options h4 {
    float: left;
    font-weight: 600;
    font-size: 15px;
    color: #7d91aa!important
}

.login-options .social-icons {
    float: right;
    padding-top: 3px
}

.login-options .social-icons li a {
    border-radius: 15px!important;
    -moz-border-radius: 15px!important;
    -webkit-border-radius: 15px!important
}

.login .content .form-actions .checkbox {
    margin-left: 0;
    padding-left: 0
}

.login .content .form-actions .btn {
    margin-top: 1px;
    font-weight: 600;
    padding: 10px 20px!important
}

.login .content .form-actions .btn-default {
    font-weight: 600;
    padding: 10px 25px!important;
    color: #6c7a8d;
    background-color: #fff;
    border: none
}

.login .content .form-actions .btn-default:hover {
    background-color: #fafaff;
    color: #45b6af
}

.login .content .check {
    color: #8290a3
}

.login .content .rememberme {
    margin-left: 8px
}

.login .copyright {
    text-align: center;
    margin: 0 auto 30px 0;
    padding: 10px;
    color: #7a8ca5;
    font-size: 13px
}

@media(max-width:1280px) {
    .login .content {
        margin-right: 100px;
    }
}

@media (max-width:440px) {
    .login .content,
    .login .logo {
        margin-top: 10px
    }
    .login .content {
        width: 280px
    }
    .login .content h3 {
        font-size: 22px
    }
    .forget-password {
        display: inline-block;
        margin-top: 20px
    }
    .login-options .social-icons {
        float: left;
        padding-top: 3px
    }
    .login .checkbox {
        font-size: 13px
    }
}

.authCode {
    margin-left: 5px;
    width: 100px;
    height: 43px;
}

#div_authcodebar{
    width:90%;
    border:1px solid #ccc;
    border-radius:25px !important;
    background-color:#ddd;
    height:30px;
    position:relative;
}
#div_authcodecontrol{
    width:40px;
    height:40px;
    border:1px solid #ddd;
    background-color:#fff;
    border-radius:50% !important;
    position:absolute;
    left:10px;
    top:-5px;
}
#div_authcodecontrol:before{
    width:12px;
    height:16px;
    border-left:4px solid #4db3a5;
    border-right:4px solid #4db3a5;
    position:absolute;
    left:8px;
    content:'';
    top:10px;
}
#div_authcodecontrol:after{
    width:2px;
    height:16px;
    border-left:4px solid #4db3a5;
    position:absolute;
    left:24px;
    content:'';
    top:10px;
}
#div_authcodeimg{
    position:absolute;
    top:-195px;
    left:-1px;
    z-index:2000;
    width:340px;
    height:189px;
    background-position:center;
    background-repeat: no-repeat;
}