body.login {
    background: #e2e2e2;
    background: -webkit-gradient(linear,left bottom,left top,from(#e2e2e2),to(white));
    background: linear-gradient(0deg,#e2e2e2 0%,white 100%);
}
.login h1 a {
    background: url("../images/login-logo.png") no-repeat top center;
    width: 326px;
    height: 67px;
    text-indent: -9999px;
    overflow: hidden;
    padding-bottom: 15px;
    display: block;
}
body.login form#loginform {
    border-radius: 6px!important;
}