body.login {
    overflow: hidden;
}

#login {
    background: rgb(255 255 255 / 80%);
}

#login h1 { display: block; position: relative; height: 99px; margin-top: 10px !important; }

#login h1 a, .login h1 a {
    height: 100px;
    width: 251px;
    background-size: 100% !important;
    background-repeat: no-repeat;
	padding: 12px;
}

.login #nav, .login #backtoblog {
text-shadow: none;
}

.login label {
font-size: 12px;
}

.login h1 a {
	background-size: inherit !important;
}

/* ------- Homepage Background ------- */

body.login {
background-size: cover;
background-repeat: no-repeat !important;
background-position: center top !important;
background-attachment: fixed !important;
}

#language-switcher {
    color: white;
}