body.login {
    background-image: url('https://www.corporate.marbellaluxuryhomes.es/wp-content/uploads/Vista-Lago-16.jpg');
    background-size: cover;
    background-position: center bottom;
}


.login h1 {
    text-align: center;
    background: white;
}

.login h1 a {
    background-image: url('/wp-content/uploads/cropped-MLH-Logo-500x250-1.png');
    background-size: contain;
    width: 200px; /* Adjust the logo width */
    height: 100px; /* Adjust the logo height */
}

.custom-login-message {
    background-color: #FFFF00;
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
    font-weight: bold;
}
.login #nav {
    margin: 24px 0 0;
    background-color: #34b0d9;
    padding: 10px;
    color: white;
	border: 1px solid white;
}
a.wp-login-register {
/*    display: none;  */
}

.login #backtoblog a, .login #nav a, .wp-login-register, .wp-login-lost-password {
	color: white;
	font-size: 1.15em;
}
