body.login {
    background-image: url('../images/lsabackground.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.login h1 a {
    background-image: url('../images/lsaLogo.png');
}
.login label {
    font-size: 12px;
    color: #555555;
}

.login input[type="text"]{
    background-color: #ffffff;
    border-color:#dddddd;
    -webkit-border-radius: 4px;
}

.login input[type="password"]{
    background-color: #ffffff;
    border-color:#dddddd;
    -webkit-border-radius: 4px;
}
.login input[type="submit"]{
    background: #00853e;
    border-color: #00853e
    -webkit-box-shadow: 0 1px 0 #00853e;
    box-shadow: 0 1px 0 #00853e;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 -1px 1px #00853e, 1px 0 1px #00853e, 0 1px 1px #00853e, -1px 0 1px #00853e;
}
.login .button-primary:hover {
    background-color:#00853e !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#00853e), to(#00853e ));
    background: -webkit-linear-gradient(top, #00853e, #00853e );
    background: -moz-linear-gradient(top, #00853e, #00853e );
    background: -ms-linear-gradient(top, #00853e, #00853e );
    background: -o-linear-gradient(top, #00853e, #00853e );
    background-image: -ms-linear-gradient(top, #00853e 0%, #00853e 100%);
    color: #fff;
    -webkit-border-radius: 4px;
    border: 1px solid #00853e;
}