html, body {
    height: 100%;
    width: 100%;
}

.login-div {
    height: 100%;
    width: 100%;
    background: url(../images/login-back.png);
    background-size: 100% 100%;
    padding-top: 20rem;
}

.login-center {
    background: #fff;
    /* height: 354px; */
    padding: 12px;
    box-shadow: 2px 2px 2px #eee;
    border-radius: 10px;
}

.login-nei {
    background: #f6f7f8;
    width: 100%;
    height: 100%;
    padding: 0 60px;
    overflow: hidden;
    border-radius: 10px;
}

.login-nei h4 {
    text-align: center;
    font-size: 20px;
    color: #3c8dbc;
    margin-top: 33px;
    margin-bottom: 33px;
}

.user {
    position: relative;
    border: 1px solid #ebebeb;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
   /* padding:0 10px;*/
    background: #fff;
    padding-left: 5.3334rem;
}

.user i {
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/user.png);
    background-size: 100% 100%;
    top:11px;
    left: 20px;
}

.user input {
    border: none;
	outline:none;
    width: 100%;
    height: 42px;

}

.pwd {
    position: relative;
    border: 1px solid #ebebeb;
    overflow: hidden;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
   /* padding:0 10px;*/
    background: #fff;
    padding-left: 5.3334rem;
    margin-top: -3px;
}

.pwd input {
    border: none;
	outline:none;
    width: 100%;
    height: 42px;

}

.pwd i {
    position: absolute;
    display: inline-block;
    width: 18px;
    height: 20px;
    background: url(../images/pwd.png);
    background-size: 100% 100%;
    top:11px;
    left: 20px;
}
.login-checkbox{
    float: left;
    color: #666666;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
    /*margin-right: 30px;*/
    line-height: 1;
}
.login-checkbox input{
    width: 14px;
    height: 14px;
    border:1px solid #eaeaea;
    background: #fff;
    margin-top: 0px;
    float: left;
    margin-right: 12px;
}
.login-btn{
    width: 100%;
    height: 35px;
    text-align: center;
    border: none;
	outline:none;
    background: #3c8dbc;
    color: #fff;
    font-size: 14px;
    border-radius: 8px;
    letter-spacing:4px;
    margin-bottom: 10px;
}

.login-forget a{
    float: left;
    font-size: 14px;
    color: #3c8dbc;
}
.login-forget p{
    font-size: 14px;
    float: right;
    color: #ff3333;
}
@media screen and (max-width: 640px) {
    .login-div{
        padding-top: 18rem;
    }

    .login-forget a{
        float: left;
        font-size: 14px;
        color: #3c8dbc;
        text-align: center;
    }
    .login-forget p{
        font-size: 14px;
        float: right;
        color: #ff3333;
        text-align: center;
    }
}


@media screen and (max-width: 1279px) {
    .login-div{
        padding-top: 18rem;
    }

    .login-forget a{
        float: left;
        font-size: 14px;
        color: #3c8dbc;
        text-align: center;
    }
    .login-forget p{
        font-size: 14px;
        float: right;
        color: #ff3333;
        text-align: center;
    }
}

@media screen and (min-width: 1280px) {
    .login-div{
        padding-top: 15rem;
    }

    .login-forget a{
        float: left;
        font-size: 14px;
        color: #3c8dbc;
        text-align: center;
    }
    .login-forget p{
        font-size: 14px;
        float: right;
        color: #ff3333;
        text-align: center;
    }
}
