/*登陆表单样式 start*/
.wrap{
    width: 100%;
    height: 100%;
    background-size: cover;
}

.loginForm{
    margin: 10% auto 0 auto;
    /*margin-left: 35%;*/
    /*margin-top: 10%;*/
    background: rgba(255, 255, 255, 0.6);
    min-height: 400px;
    max-width: 400px;
    z-index: 9999;
    border-radius: 2px;
    border: 1px solid #fff;
}
@media screen and (max-width:1156px){
    .loginForm{
         margin: 120px auto 0 auto;
    }
}
.login-bg{
    overflow: hidden;
    background: url(../images/bjt.jpg) no-repeat;
    width: 100%;
    background-size: 100% auto;
}

.usernameDiv{
    width: 300px;
    height: 40px;
    padding-left: 130px;
    padding-top: 30px;

}
.adminInput{
    width: 200px;
    height: 40px;
    font-size: 15px;
    border-radius: 0.5em;
    /*margin-left: auto;*/
    /*border: 1px solid #cccccc;*/
}
.passwordDiv{
    width: 300px;
    height: 40px;
    padding-left: 130px;
    padding-top: 28px;
}
.cardDiv{
    width: 120px;
    height: 40px;
    padding-top: 28px;
    padding-left: 14px;
    float: left;
}
.cardInput{
    width: 124px;
    height: 40px;
    font-size: 15px;
    border-radius: 0.5em 0em 0em 0.5em;
}
.codeDiv{
    width: 100px;
    height: 40px;
    padding-top: 28px;
    padding-right: 20px;
    float: left;
}
.codeInput{
    width: 80px;
    height: 40px;
    font-size: 15px;
    border-radius: 0em 0.5em 0.5em 0em;
    /*验证码样式*/
    font-family: Arial;
    font-style: italic;
    font-weight: bold;
    /*border: 0;*/
    letter-spacing: 2px;
    cursor: pointer;
}
i{
    position: absolute;
}
.adminIcon{
    font-size: 22px;
    margin-top: 8px;
    margin-left: 165px;
}
.logoHead{
    width: 250px;
    height: 60px;
    padding-left: 125px;
    padding-top: 25px;
}
.logoHead h2{
    margin-top: 15px;
    /*margin-left: 20%;*/
}
.logoHead img{
    height:76px;
    display:block;
}
.usernameLabel{
    width: 60px;
    height: 30px;
    font-size: 16px;
    float: left;
    margin-left: 55px;
    margin-top: 40px;
}
.submitLabel{
    width: 160px;
    height: 30px;
    font-size: 13px;
    float: left;
    margin-left: 55px;
    margin-top: 40px;
    cursor: pointer;
}
.usernameWrapDiv{
    width: 400px;
    height: 70px;
}
.submitDiv{
    width: 150px;
    height: 40px;
    padding-left: 10px;
    padding-top: 28px;
    float: left;
}
.submit{
    width: 100px;
    height: 40px;
    border-radius: 0.5em;
}
img{
    position: absolute;
}
.imgStyle{
    width: 100%;
    height: 100%;
    background: url(../images/bjt.jpg);
}
/*登陆表单样式 end*/

/*注册页面样式 start*/
.registerPage{
    width: 100%;
    height: 100%;
    /*background-color: #cccccc;*/
    display: none;
    opacity: 0.75;
}
.registerDiv{
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0.75;
}
/*注册页面样式 end*/

/*登录底部样式*/
.footer{
    position: fixed;
    bottom: 0px;
    width: 100%;
    /*background-color: #323436;*/
	text-align:center;
	font-size:12px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    line-height: 41px;
    color: #fff;
    z-index: 1000;
    /*padding-left: 10px;*/
}
.footer .copyright{
    margin-left: 10px;
}
/*登录底部样式 end*/