
#loginboxs{
    width: 33%;
    height: 360px;
    border: 5px solid #850305;
    position: absolute;
    background-color: #ffffff;
 Z-INDEX:2;
 left: 35%;
 top: 50%;
}
.zhezhao{
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #494949;
    background-size:100% 100%; 
    opacity:0.8;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    Z-INDEX:1;
}

.logo{
    width: 100%;
    height: 140px;
    text-align: center;
    line-height: 55px;
    font-size: 18px;
    font-weight: 18px;
    border-bottom: 4px solid #850305;
}
#loginboxs>img{
    width: 200px;
    height: 100px;
}
.login>form{
    width: 81.8%;
    margin: 20px auto;
    color: #e2e2e2;
}
.input{
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 20px;
    overflow: hidden;
}

.login>form input{
    width: 90%;
    height: 100%;
    border: none;
}

 .usernameinput{
    background: url("/img/assist/username.png") no-repeat center left;
    background-position: 3px 8px;
    background-size: 18px 18px;
    background-color: #fff;
    padding-left: 38px;
}

.passwordinput{
    background: url("/img/assist/password.png") no-repeat center left;
    background-position: 3px 8px;
    background-size: 18px 18px;
    background-color: #fff;
    padding-left: 38px;
}

.input input.has-border:focus{
    border-color: #484848;
    box-shadow: 0 0 10px #484848;
    -webkit-box-shadow:0 0 10px #484848;
    -moz-box-shadow: 0 0 10px #484848;
}

.btnLogin{
    border:none;
    background:#850305;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    -webkit-border-radius:5px;
    -moz-border-radius: 5px;
}
