input  {
    width: 70%;
    margin-bottom: 10px;
    height: 32px;
    border-radius: 3px ;
    box-shadow: none;
    border: 1px solid #eeeeee;
    padding: 10px;
    box-sizing: border-box;

}
input:-webkit-autofill{
    background-color: #ffffff;
}
button{
    height: 32px;
    padding-left: 24px;
    padding-right: 24px;
    background-color: transparent;
    border: 1px solid #eeeeee;
    background-color: #ffffff;
    border-radius: 3px;
}

.page-login{
    background-image: url("bg_l.png");
}