.loginBj{ position: absolute; left: 0px;  top: 0px; width: 100%; height: 100%; background:#f6f6f6; }
.login{ width: 30%; height: auto; position: absolute; left: 35%;  top: 25%; background: #ffffff; border-radius: 5px; padding: 10px 3%; padding-bottom: 30px;box-shadow: 0 0 40px 10px rgba(0,0,0,.07)}
.logoImg{ margin: 25px 0px 25px 30%;}
.input,.login p{ margin: 0 auto; width: 100%; height: 37px;background: #fff;  border:none; border-radius: 3px; padding-left:35px; line-height: 37px;}
.login p input{ width: 70%; height: 33px;border: none; line-height: 33px; border-bottom: 1px solid #f1f1f1;}
.login p span{ background: #eee; width: 30%; height: 35px; float: right; cursor: pointer; font-size:24px; font-family: arial;  font-style:oblique; text-align: center; line-height: 35px; color:  #f00;}
.sunmit{ width: 100%; height: 40px; background: #d51322; border: none; border-radius: 5px; margin-top: 10px; color: #fff;}
.check{ margin-left: 32%; margin-top: 20px;}
.check input{ float: left; margin-top: 2px;}
.check span{ float: left; margin-left: 5px;}
.error-message{ margin-top: 10px; color: #f00;}
.versions{ width: 100%;position: fixed;bottom: 0;text-align: center;color: #cccccc;}
div.username,div.password{position: relative;border-bottom: 1px solid #f1f1f1;margin-top: 10px;}
div.username:before,div.password:before{
    content: '';
    display: inline-block;
    width: 19px;
    height: 24px;
    position: absolute;
    bottom:10px;left: 5px;
    background: url("../../../dist/image/login/phone.png") no-repeat;
    background-size: 19px 24px;
}
div.password:before{
    background: url("../../../dist/image/login/password.png") no-repeat;
    background-size: 19px 24px;
}
.login p{
    margin-top: 10px;
    padding-left: 0;
}
.login p input{
    padding-left: 35px;
}
input:-webkit-autofill , textarea:-webkit-autofill, select:-webkit-autofill {
    /*-webkit-text-fill-color: #ededed !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;
}