@charset "UTF-8";
html{
    height: 100%;
}
.login{
    background:#c7c7c9 url(../../../images/home-banner.jpg) center top no-repeat;
    height: 100%;
}
.login .content{
    width: 390px;
    height: 570px;
    padding: 150px 30px 0;
    margin: 0 auto;
    background:url(../../../images/login_bg.png) center no-repeat;
}
.login .content .hd{
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.login .content .bd{
    padding: 0 25px;
}
.login .content .bd .layui-form-item{
    margin-bottom: 20px;
}
.login .content .bd .layui-form-label{
    text-align: center;
    width: 60px;
}
.login .content .bd .layui-input-block{
    margin-left: 0;
}
.login .content .bd .layui-form-checkbox{
    float: right;
    margin-top: 0;
}
.login .content .bd .layui-btn{
    width: 100%
}

input{
    /*  box-shadow: inset 0 1px 1px rgba(0,0,0,.075); */
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
    background-color: #fff;
    background-image: none;
    color: rgb(0, 0, 0);
}