/*登陆表单样式 start*/
body {
    width: 100%;
    height: 100%;
    background-image: url("https://z3.ax1x.com/2021/08/31/haPSAA.png");
    background-repeat: repeat;
    background-size: 100% auto;
}

.loginForm {
    margin-left: 35%;
    margin-top: 10%;
    /*background-color: #cccccc;*/
    background-color: #e7e7e7;
    width: 400px;
    height: 400px;
    float: left;
    z-index: 9999;
    position: fixed;
    opacity: 0.75;
}

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

}

.adminInput {
    width: 200px !important;
    height: 40px !important;
    font-size: 15px;
    border-radius: 0.5em !important;
    /*margin-left: auto;*/
    /*border: 1px solid #cccccc;*/
}

.passwordDiv {
    width: 244px;
    height: 40px;
    padding-left: 130px;
    padding-top: 28px;
}

.cardDiv {
    width: 120px;
    height: 40px;
    padding-top: 28px;
    padding-left: 14px;
    float: left;
}

.cardInput {
    width: 124px !important;
    height: 40px !important;
    font-size: 15px;
    border-radius: 0.5em 0em 0em 0.5em !important;
}

.codeDiv {
    width: 100px;
    height: 40px;
    padding-top: 28px;
    padding-right: 20px;
    float: left;
}

.codeInput {
    width: 80px !important;
    height: 40px !important;
    font-size: 15px;
    border-radius: 0em 0.5em 0.5em 0em !important;
    /*验证码样式*/
    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: 90px;
    padding-top: 25px;
}

.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 !important;
    height: 40px !important;
    border-radius: 0.5em !important;
}

img {
    position: absolute;
    /*opacity:0.4;*/
}

#img3 {
    opacity: 0.5;
}

/*登陆表单样式 end*/

/*注册页面样式 start*/
.registerPage {
    width: 100%;
    height: 100%;
    background-color: #e7e7e7;
    display: none;
    /*opacity: 0.75;*/
}

.registerDiv {
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #e7e7e7;
    /*opacity: 0.75;*/
}

/*注册页面样式 end*/

/*忘记密码表单样式 start*/
.forgetPage {
    width: 100%;
    height: 100%;
    display: none;
    background-color: #e7e7e7;
    /*opacity: 0.75;*/
}

/*忘记密码表单样式 end*/