
@media screen  and (min-width: 1000px) {
    .login-big-box{
        width: 100%;
        height: 100%;
    }
    .login-box{
        width: 1350px;
        min-height: 780px;
        background:url(../img/login.jpg) no-repeat center;
        margin: 0 auto;
        position: relative;
    }
    .login {
        position: absolute;
        top:55px;
        left: 82px;
        background: white;
        width: 420px;
        height: 550px;
    }

}
@media screen  and (max-width: 800px) and (min-width: 350px){

    .login-big-box{
        margin-bottom: 70px;
    }
}
.login{
    font-size: 16px;
    max-width: 400px;
    margin: 0 auto;
    padding: 50px 10px 10px ;
    color: rgb(128,128,128);}
.login-text{
    width: 100%;
    text-align: center;
    height: 40px;
    line-height: 40px;
}
.login-a{
    text-decoration: underline;
}


.login-name {
    width: 309px;
    margin: 0 auto;
}
.login-item{
    margin: 20px auto;
    text-align: center;
    vertical-align: middle;
    height: 62px;

}
.login-item input{
    /*height: 40px;*/
    padding: 0 10px;
    border-radius: 3px;
    border: 1px solid #c0c4cc;
}
#username,#password{
    height: 40px;
}
.pass-box{
    width: 180px;
    position: relative;
}
.checkbox{
    font-size: 14px;
}
#submit{
    display: inline-block;
    width: 309px;
    background: #000;
    border-radius: 3px;
    color: white;
    background: #133285;
    padding: 10px 0;
    cursor: pointer;
}
.forgot{
    display: inline-block;
    width: 135px;
    height: 40px;
    background:rgb(178,178,178);
    color: white;
    text-align: center;
    line-height: 40px;
    margin-left: 5px;
}
.forgot:hover{
    color: white;
}
input:focus{
    outline: #c0c4cc;
}
.response-error,.error{
    display: none;
    color: red;
}
.error{
    text-align: left;
    font-size: 12px;
    padding-left: 50px;
}

.login-word{
    color: #000;
    font-size: 24px;
}