/*农村人居环境整治 登录页 web penghui*/
.login_index {
    height: 100vh;
    background: url(../images/background.jpg) no-repeat top center;
    min-width: 1200px;
    background-size: cover;
}

.logo {
    width: 478px;
    margin: 150px auto 0px auto;
    text-align: center;
}

    .logo img {
        width: 96px;
        height: 96px;
    }

    .logo h3 {
        font-size: 38px;
        color: #00b9d1;
        margin: 30px 0;
    }

.login_box {
    width: 440px;
    height: 377px;
    margin: 0px auto;
    background: url(../images/login_bg.png) no-repeat;
    background-size: 440px 377px;
}

    .login_box .yhdl {
        font-size: 28px;
        color: #00bcd5;
        width: 100%;
        text-align: center;
        margin: 36px 0;
    }

.login_b_i {
    padding: 0 40px;
}

.user {
    height: 52px;
    line-height: 52px;
    background: url(../images/login_icon_user.png) no-repeat;
    background-size: 26px;
    padding-left: 40px;
    background-position: 10px;
    border: solid 1px #dbdbdb;
}

/*.user:active{border: solid 1px #00bcd5;}*/

.password {
    background: url(../images/login_icon_password.png) no-repeat;
    margin: 20px 0 !important;
    background-size: 26px;
    background-position: 10px;
}

input {
    width: 290px;
    height: 40px;
    line-height: 40px;
    background: none;
    border: none;
    outline: none;
    font-size: 18px;
    border-left: solid 1px #dbdbdb;
    margin-left: 10px;
    padding-left: 10px;
}

.login_but {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #00bcd5;
    margin-top: 40px;
}

    .login_but:hover {
        background: #00b4cc;
    }

    .login_but a {
        font-size: 20px;
        color: #fff;
    }

.hint {
    width: 100%;
    height: 80px;
    clear: both;
    color: #fff;
    font-size: 20px;
    text-align: center;
    position: fixed;
    bottom: 0px;
    line-height: 80px;
}
/*适应移动端*/
@media screen and (max-width: 1400px) {
    .logo {
        width: 478px;
        margin: 50px auto 0px auto;
    }

    .hint {
        z-index: -1;
    }
}