/**
 * You can place your custom CSS statements here
 * it is better to write everything custom here
 * because this file won't be replaced during upgrade
 * Don't forget to rename this file to "site.css"
 */
.am-login-form input[type="text"], 
.am-login-form input[type="password"],
.am-sendpass-form input[type="text"]
{
height: auto;
}
body, html{position:static;}
.am-body-content {
max-width:800px;
margin:0 auto;
}