:root {
	--theme-color: #452778;
	--login-background: url(https://weirdkaya.com/wp-content/uploads/WeirdKaya-Logo-with-Tagline.jpg);
	--login-logo: url(https://weirdkaya.com/wp-content/uploads/Icon_512x512.png);
}
#login-container { display: flex; flex: 1 1 100%; min-height: 100vh; }
#login-background { background-image: var(--login-background); background-position: center; background-size: cover; width: 66.666666666667%; display: flex; background-repeat: no-repeat; }
#login { width: 33.33%; padding: 0px 4rem; margin: auto; align-content: center; display: flex; flex: 1; flex-direction: column; justify-content: center; }
.login h1 a { background-image: var(--login-logo); width: 128px !important; height: 128px !important; }
.login form { background: unset; border: unset; box-shadow: unset; margin: 0; }
.language-switcher { display: none; visibility: hidden; }
input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week] { border-color: var(--theme-color); }
input[type=checkbox]:focus, input[type=color]:focus, input[type=date]:focus, input[type=datetime-local]:focus, input[type=datetime]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=radio]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, select:focus, textarea:focus { border-color: var(--theme-color); box-shadow: 0 0 0 1px var(--theme-color); }
.wp-core-ui .button-primary { background-color: unset; color: var(--theme-color); border-color: var(--theme-color); }
.wp-core-ui .button-primary:hover { background-color: var(--theme-color); color: #ffffff; border-color: var(--theme-color); }
@media (max-width: 768px) { #login-background { display: none; } #login { padding: 0 1rem; } }
