div.background{
 background:url("../images/background.jpg");
 background-size:cover;
 width:auto;
}

.font{
 font-family:verdana;
}

div.login{
 font-family:verdana;
 top:20%;
 position:absolute;
 width:auto;
 left:37%;
 border-radius:5px;
 border:1px solid;
 border-color:#e3e3e3;
 background-color:#fff;
 padding:20px;
}

input.Input{
 border:solid 1px #ccc;
 border-radius:5px;
 height:22px;
}