/* Mull2media - Login screen*/
body.login {align-items: stretch;justify-content: center;flex-wrap: nowrap;width: 100%;background-color: #000000!important;}
form#loginform {background: none;color: #ffffff;border: none;padding: 10% 0;}
form#loginform * {border-radius: 0;}
input#wp-submit {background: #eb008a;color: #ffffff;border: none;font-weight: 700;}
#login h1 a, .login h1 a {background-image: url(https://www.mull2media.nl/wp-content/uploads/2022/09/Mull2media-Logo.webp);height:29px;width:320px;background-size: contain;background-repeat: no-repeat;padding-bottom: 0px;}
button.button.button-secondary.wp-hide-pw {color: #000000;}
.language-switcher {display:none;}
input[type=checkbox]:checked::before {content: "\f147" !important;font-family: dashicons;font-size: 2em;margin: 8px -8px !important;color: #000000;}
body.login .clear {height: 100%;width: 60%;background-image: url(https://www.mull2media.nl/wp-content/uploads/2025/09/Mull2media-Doetinchem.jpg);background-position: left center;background-size: cover;}
.privacy-policy-page-link{display: none;}
p#backtoblog {float: left;padding: 0 !important;margin: 2em 0 0 0;}		
p#nav {float: right;margin: 2em 0 0 0 !important;padding: 0 !important;}
p#nav a:hover, #backtoblog a:hover{color: #eb008a!important;}	
p#nav a, #backtoblog a{transition: color .5s;}
@media only screen and (min-width: 500px){
	body.login{display: inline-flex;}
}@media only screen and (max-width: 500px){
    #login{padding: unset !important;position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);}
    .clear{display: none;}
}