.login-bg{
    background: url("../login/login_bg.png") 0 0 no-repeat;
    background-size: cover;
    overflow: hidden;
    font-family: "微软雅黑";
}
.login-admin{
    max-width: 400px;
    min-width: 400px;
    min-height: 500px;
    background-color: #fff;
    border-radius: 30px;
    float: right;
}
.login-title{
    height: 60px;
    font-size: 35px;
    color: #333333;
    line-height: 60px;
    width: 315px;
    margin: 40px auto 0;
}
.login-small-title{
    color: #A9A9A9;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    width: 315px;
    margin: 0 auto;
}
.login-form{
    width: 315px;
    margin: 20px auto;
}
.login-form-row{
    width: 100%;
    height: 70px;
    border-bottom: 1px solid #A9A9A9;
    padding-top: 35px;
    box-sizing: border-box;
}
.login-icon{
    height: 20px;
    width: 20px;
    float: left;
    background-size: cover;
}
.user-icon{
    background: url("../login/login_user.png") 0 0 no-repeat;
}
.pwd-icon{
    background: url("../login/login_pwd.png") 0 0 no-repeat;
}
.code-icon{
    background: url("../login/login_code.png") 0 0 no-repeat;
}
.login-input{
    border: none;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #565656;
    margin-left: 15px;
    width: 280px;
}
.login-code-input{
    border: none;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #565656;
    margin-left: 15px;
    width: 135px;
}
.login-btn{
    width: 100%;
    height: 50px;
    background-color: #4F93FE;
    color: #FFFFFF;
    margin: 10px auto;
    border: none;
    border-radius: 25px;
    font-size: 20px;
    letter-spacing: 10px;
}

input:-webkit-autofill , textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-text-fill-color: #565656 !important;
    -webkit-box-shadow: 0 0 0px 1000px transparent  inset !important;
    background-color:transparent;
    background-image: none;
    transition: background-color 50000s ease-in-out 0s; //背景色透明  生效时长  过渡效果  启用时延迟的时间
}
input {
    background-color: transparent;
}