﻿/*登陆表单样式 start*/
body {
    background-image: url("../IMG/bg_login2.svg");
    background-position: center 110px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #f0f2f5;
}

.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: 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;
}

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;
}

.usernameWrapDiv {
    width: 400px;
    height: 70px;
}

.submitDiv {
    width: 150px;
    height: 40px;
    padding-left: 10px;
    padding-top: 28px;
    float: right;
}

.submit {
    width: 100px;
    height: 40px;
    border-radius: 0.5em;
}

img {
    position: absolute;
}

.imgStyle {
    width: 100%;
    height: 100%;
}
/*登陆表单样式 end*/