
/*媒体查询*/
@media (min-width: 992px) {
    .login-wrapper .container {
        width: 960px;
    }
}
@media (min-width: 1200px) {
    .login-wrapper .container {
        width: 960px;
    }
}

.login-wrapper{
    background: url(http://cdn.static.jia10000.cn//images/www/login/login_bg.jpg)center no-repeat;
    position:fixed;
    top: 0;
    left: 0;
    width:100%;
    height:100%;
    min-width: 660px;
    zoom: 1;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}


.login-content{
    width: 960px;
    margin-bottom: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 999;
    background: #fff;
    -webkit-box-shadow: 0px 0px 60px rgba(33,121,215,.2);
    -moz-box-shadow: 0px 0px 60px rgba(33,121,215,.2);
    -ms-box-shadow: 0px 0px 60px rgba(33,121,215,.2);
    -o-box-shadow: 0px 0px 60px rgba(33,121,215,.2);
    box-shadow: 0px 0px 60px rgba(33,121,215,.2);
}

.logo-box .logo{
    margin: 30px 0 15px 84px;
}

.form-box{
    width: 300px;
    padding: 20px 40px;
    -webkit-box-shadow: 0px 0px 50px rgba(33,121,215,.2);
    -moz-box-shadow: 0px 0px 50px rgba(33,121,215,.2);
    -ms-box-shadow: 0px 0px 50px rgba(33,121,215,.2);
    -o-box-shadow: 0px 0px 50px rgba(33,121,215,.2);
    box-shadow: 0px 0px 50px rgba(33,121,215,.2);
    background: #fff;
    margin: 0 auto;
}

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

.form-horizontal .has-feedback .form-control-feedback{
    left: 0;
    top: 6px;
    height: 22px;
    line-height: 22px;
    border-right: 1px solid #dadada;
}

.form-horizontal .form-group .forget-psd {
    color: #333;
    font-size: 12px;
    padding-bottom: 4px;
}

.form-group .no-num{
    font-size: 12px;
    color: #999;
    text-align: center;
    padding-top: 10px;
}
.form-horizontal .form-group .fast-btn {
    color: #0060ca;
    font-size: 12px;
}

.other-login{
    text-align: center;
    font-size: 12px;
}

.other-login .other-login-icon img{
    margin: 0 8px;
    width: 20px;
    height: 20px;
}

/*表单图标颜色*/
.form-group span{
    color: #dadada;
}


.form-group .form-control{
    padding-left: 40px;
    padding-right: 10px;
    border: 1px solid #dadada;
    color: #999;
    height: 32px;
}

.form-group .form-control:focus{
    box-shadow: 0 0 10px rgba(0,121,255,0.2)
}

.form-group .btn {
    background: #2179d7;
    color: #fff;
}

.lo-copyright{
    position: fixed;
    bottom: 20px;
    width: 100%;
    left: 0;
    font-size: 12px;

}

