#login {
	width: calc(50vw - 20vw);
	height: 100vh;
	background: #faf7f1;
	margin-right: auto;
	padding: 0 10vw;
	float: left;
	box-shadow: 10px 0px 10px rgba(0,0,0,0.3);
}

body.login::before {
	display: block;
	content: " ";
	padding-left: 50vw;
	height: 100vh;
	background: #fff;
	z-index: -1;
	position: absolute;
	left: 50vw;
	right: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	background-image: url(img/whitsun_admin_image.jpg);
}

body.login  {
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    color: #212529;
    background-color: #fff;
	position: relative;
	height: 100vh;
}

.login h1 {
	padding-top: 50%;
}

#login h1 a, .login h1 a {
    background-image: url(img/WhitSun_Logo.png);
    height:90px;
    width:196px;
    background-size: 196px 90px;
    background-repeat: no-repeat;
    padding-bottom:0;
}

.login label {
    font-weight: 600;
}

body.login div#login form#loginform p.submit input#wp-submit, .wp-core-ui .button-primary {
    background-color: #0F4431;
    border: 2px solid #0F4431;
    border-radius: 20px;
    font-size: 12px;
    line-height:18px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 30px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.wp-core-ui .button-primary:hover,
.wp-core-ui .button-primary:focus,
.wp-core-ui .button-primary:active,
body.login div#login form#loginform p.submit input#wp-submit:hover,
body.login div#login form#loginform p.submit input#wp-submit:focus,
body.login div#login form#loginform p.submit input#wp-submit:active {
    background: #506E65;
    border: 2px solid #506E65;
    color: #fff;
}

.login form {
    background: transparent;
    border: none;
    box-shadow: none;
}

.login form .input, .login input[type="password"], .login input[type="text"] {
    padding: 8px 15px;
    border: 2px solid #434343;
    background: transparent;
    color: #212529;
    font-size: 18px;
    border-radius: 10px;
}

.login #login_error, .login .message, .login .success {
    background-color: #5C89A3;
    box-shadow: none;
    text-align: center;
    border: 2px solid #5C89A3;
    border-radius: 70px;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.login #backtoblog a, .login #nav a {
	text-decoration: none;
	color: #506E65;
	font-weight: 400;
}

.wp-core-ui .button, .wp-core-ui .button-secondary {
    color: 
    #5C89A3;
}

.login a {
    color: #5C89A3;
}

@media (max-width:1024px) {
    body.login {
        background-size: contain;
    }
}

@media (max-width:575px) {
    body.login {
        background-position: bottom;
    }
}

.interim-login #login {
	padding: 0;
    margin: 0;
	width: 100%;
	height: auto;
	float: none;
	box-shadow: unset;
}

.interim-login #login h1 {
	padding-top: 10px;
}

body.login.interim-login::before {
	content: none;
}

.interim-login #login_error, 
.interim-login.login .message {
	margin: 0 25px;
}

/* =WordPress 5.9: Language Switcher
-------------------------------------------------------------- */
.language-switcher {
	position: absolute;
	right: 20px;
	bottom: 0;
}

.language-switcher .button, 
.language-switcher .button-secondary {
    background-color: #0F4431;
    border: 2px solid #0F4431;
    color: #fff;
}
.language-switcher .button:hover, 
.language-switcher .button:active, 
.language-switcher .button:focus, 
.language-switcher .button-secondary:hover,
.language-switcher .button-secondary:active,
.language-switcher .button-secondary:focus {
    background-color: #506E65;
    border: 2px solid #506E65;
    color: #fff;
}