/* Change the background color of the entire page */
body.login {
    background-color: #f0f0f0; /* Your desired color */
}

/* Change the login form's background color and add a shadow */
body.login div#login form#loginform {
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.login h1 a {
    background-image: url('images/luke2art-studio-color-sm.png');
    padding: 0;
    background-size: contain;
    height: 260px;
    margin: 0 auto;
    width: auto;
}
/* Hide username field on WP registration */
#registerform p:first-of-type {
    display: none;
}
