body.login {
    background-color: white;
}

body.login form {
    box-shadow: none;
}

#login h1 a, .login h1 a {
    background-image: url('../img/logo.png');
    height:124px;
    width:327px;
    background-size: 327px 124px;
    background-repeat: no-repeat;
    padding-bottom: 30px;
}