@charset "utf-8";
.content{
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    background:url('../images/loginBg.jpg') no-repeat;
    background-size:cover;
}
.header a{
    display:block;
    width:100%;
    text-align:center;
}
.header a img{
    height:40px;
}

.loginBox{
    position:fixed;
    top:50%;
    left:50%;
    margin-left:-230px;
    margin-top:-170px;
    padding:0 30px;
    width:400px;
    height:380px;
    border-radius:2px;
    background-color:#fff;
}
.loginBox h1{
    display:block;
    width:100%;
    text-align:center;
    font-size:24px;
    margin-top:25px;
    margin-bottom:20px;
}
.loginBox input{
    width:370px;
    padding:0 15px;
    height:42px;
    border:1px solid #aaa;
    border-radius:2px;
    font-size:14px;
    margin-bottom:20px;
}
.loginBox .code{
    position:relative;
}
.loginBox .code img{
    position:absolute;
    top:0;
    right:-2px;
    width:120px;
    height:44px;
    cursor:pointer;
}
.loginBox button{
    width:400px;
    height:46px;
    background-color:#e53233;
    border-radius:2px;
    font-size:16px;
    color:#fff;
    margin-top:15px;
}
