body,html {
    width: 100%;
    height: 100%;
}

.login-wrapper {
    width: 100%;
    height: 100%;
    background: url(../img/login/loginback.png) no-repeat fixed center;
    background-size: 100% 100%;
}

.login-container {
    width: 80%;
    height: 68%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: url(../img/login/centerback.png) no-repeat center;
    background-size: 100% 100%;
    box-shadow: 0 5px 5px #2e88f2, 0 24px 90px #2e88f2;
}

.logintitle {
    width: 400px;
    position: absolute;
    left: 25px;
    top: 25px;
}

.logintitle img {
    float: left;
}

.logintitle-wrapper {
    float: left;
    margin-left: 12px;
}

.logintitle-wrapper .login-unitname {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 3px;
}

.logintitle-wrapper .login-unitsubname {
    font-size: 12px;
    color: #fff;
}

.login {
    width: 30%;
    height: 100%;
    background: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
}

.login-header {
    padding-top: 12%;
    color: #4390ec;
    text-align: center;
    height: 32%;
}

.login-header .login-header-title {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
}

.login-header .login-header-line {
    width: 90px;
    background: #4390ec;
    height: 3px;
    margin: 5px auto 0;
}

.forget-wrapper {
    margin: 6% 0;
    color: #a7a7a7;
    letter-spacing: 2px;
    font-size: 14px;
}

.userlogin {
    margin: 0 30px;
    height: 68%;
}

#loginName, #passWord {
    border: none;
    width: 80%;
    height: 49px;
    float: right;
}

.username-wrapper, .password-wrapper {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid  #dfdfdf;
}

.password-wrapper {
    margin-top: 10%;
}

.username-wrapper span,  .password-wrapper span {
    display: block;
    width: 15%;
    float: left;
    text-align: center;
}

.userlogin input::-webkit-input-placeholder{/*Webkit browsers*/
    color: #bfbfbf;
    font-size: 14px;
    letter-spacing: 1px;
}

.userlogin input:-moz-placeholder {/*Mozilla Firefox 4 to 8*/
    color: #bfbfbf;
    font-size: 14px;
    letter-spacing: 1px;
}

.userlogin input ::-moz-placeholder {/*Mozilla Firefox 19+*/
    color: #bfbfbf;
    font-size: 14px;
    letter-spacing: 1px;
}

.userlogin input :-ms-input-placeholder {/*Internet Explorer 10+*/
    color: #bfbfbf;
    font-size: 14px;
    letter-spacing: 1px;
}

.userlogin input {
    font-size: 14px;
    letter-spacing: 1px;
    color: #3a3a3a;
}

.userlogin .username-wrapper img , .userlogin .pswContainer img {
    height: 20px;
}

.loginBtn{
    margin: 5% 0;
    background: #3488ea;
    color: #fff;
    width: 100%;
    border: none;
    height: 50px;
    letter-spacing: 5px;
    font-size: 20px;
}

.bottom-wrapper {
    margin-top: 7%;
}

.bottom-wrapper img {
    position: relative;
    top: -1px;
}

.back-button {
    color: #a7a7a7;
    margin-left: 10px;
    cursor: pointer;
}

.regist-wrapper {
    color: #64a3ef;
}

.forgetPsd, .registBtn {
    cursor: pointer;
}

#wbRememberPwd {
    position: relative;
    top: 2px;
    cursor: pointer;
}