/* login */
.inputwrapper button { background: #ccc; border-color: #aaa; }
.inputwrapper button:hover { background: #ebebeb; border-color: #ccc; }

/* background */
body.loginpage { background-color: #ebebeb; }