:root {
	--strl-branding-color-beige: #FCF4EB;
	--strl-branding-color-sand: #FCFBFA;
	--strl-branding-color-blue: #243363;
	--strl-branding-color-blue-80: #505C82;
	--strl-branding-color-blue-60: #7C85A1;
	--strl-branding-color-blue-20: #D3D6E0;
}

/* latin-ext */
@font-face {
	font-family: 'Outfit';
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url("Outfit-latin-ext.woff2") format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
	font-family: 'Outfit';
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url("Outfit-latin.woff2") format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body.login {
	background: var(--strl-branding-color-beige) url('./login-background.jpg') center center no-repeat fixed !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	background-size: cover !important;
	color: var(--strl-branding-color-blue-80) !important;
	font-size: 16px !important;
	font-family: 'Outfit', sans-serif !important;
}
a:hover {
	color: var(--strl-branding-color-blue) !important;
}
label {
	font-size: 0.75rem !important;
}
#login {
	width: 425px !important;
	max-width: 98vw;
	padding: 0 !important;
	margin-top: 11vw !important;
}
#loginform {
	padding: 0 40px !important;
	margin: 40px 0 0 !important;
}
#login h1 a,
.login h1 a {
	background-image: url('./stuurlui-logo.png');
	height: 40px;
	width: 182px;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	margin-bottom: 0;
	margin-top: 40px;
	padding-bottom: 0;
	opacity: 0.75;
}
#login {
	background-color: var(--strl-branding-color-sand) !important;
	overflow: hidden;
	-webkit-background-clip: content-box;
	-moz-background-clip: content-box;
	background-clip: content-box;
}
.login form {
	background: none !important;
	border: 0 !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
.wp-core-ui .button-primary {
	background: var(--strl-branding-color-blue) !important;
	border-color: var(--strl-branding-color-blue) !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	font-weight: 600;
}
.wp-core-ui .button-primary:hover,
.wp-core-ui .button-primary:focus {
	background: var(--strl-branding-color-blue) !important;
	border-color: var(--strl-branding-color-blue) !important;
}
.wp-core-ui .button,
.wp-core-ui .button-secondary {
	color: #fff;
	font-weight: 500;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
}
.wp-core-ui .button:hover,
.wp-core-ui .button-secondary:hover {
	background: var(--strl-branding-color-blue-80);
	border-color: var(--strl-branding-color-blue-80);
	color: #fff;
}

/* Change 'eye' (password view) icon color */
#login form .user-pass-wrap .wp-pwd button.button.wp-hide-pw .dashicons {
	color: var(--strl-branding-color-blue) !important;
	opacity: 1;
}
#login form .user-pass-wrap .wp-pwd button.button.wp-hide-pw:active .dashicons,
#login form .user-pass-wrap .wp-pwd button.button.wp-hide-pw:focus .dashicons {
	color: var(--strl-branding-color-blue-80);
}
#login form .button.wp-hide-pw {
	height: 58px !important;
	width: 58px !important
}

#language-switcher {
	background: transparent !important;
}

#rememberme {
	border-color: var(--strl-branding-color-blue-60) !important;
	height: 1.25rem !important;
	width: 1.25rem !important;
}

#rememberme:checked
#rememberme:focus {
	border-color: var(--strl-branding-color-blue) !important;
}

#rememberme:checked::before {
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3C!--!Font Awesome Free 7.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2026 Fonticons, Inc.--%3E%3Cpath d='M530.8 134.1C545.1 144.5 548.3 164.5 537.9 178.8L281.9 530.8C276.4 538.4 267.9 543.1 258.5 543.9C249.1 544.7 240 541.2 233.4 534.6L105.4 406.6C92.9 394.1 92.9 373.8 105.4 361.3C117.9 348.8 138.2 348.8 150.7 361.3L252.2 462.8L486.2 141.1C496.6 126.8 516.6 123.6 530.9 134z' fill='%23243363'/%3E%3C/svg%3E");
	-webkit-background-size: 1rem;
	-moz-background-size: 1rem;
	background-size: 1rem;
	background-repeat: no-repeat;
	background-position: center;
	height: 100%;
	width: 100%;
	margin: 0;
}

input[type="text"],
input[type="password"] {
	color: var(--strl-branding-color-blue) !important;
	font-weight: 700;
	font-size: 1rem !important;
	line-height: 1.5 !important;
	padding: 0.75rem 1rem !important;
	border-radius: 0 !important;
	border-color: var(--strl-branding-color-blue-20) !important;
	border-bottom-color: var(--strl-branding-color-blue-80) !important;
}

input:focus {
	outline-color: var(--strl-branding-color-blue) !important;
	outline-width: 1px !important;
}

#wp-submit {
	display: block;
	width: 100%;
	margin: 16px 0 0;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	padding: 0.75rem 2rem;
	border-radius: 50px;
	transition: all 0.3s ease;
}
#wp-submit:hover,
#wp-submit:focus-visible {
	background: var(--strl-branding-color-blue-80) !important;
	border-color: var(--strl-branding-color-blue-80) !important;
}
.login #nav {
	padding: 0 0 0 40px !important;
	float: left;
	font-size: 12px !important;
	margin: 16px 0 40px !important;
}
.login #backtoblog {
	padding: 0 40px 0 0 !important;
	font-size: 12px !important;
	float: right;
	margin: 16px 0 40px !important;
}
.login #backtoblog a,
.login #nav a {
	color: var(--strl-branding-color-blue) !important;
}
.privacy-policy-page-link {
	display: none !important;
}
.language-switcher {
	width: 425px !important;
	margin: 0 auto;
}
.language-switcher form {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 0.5rem;
}
.language-switcher form select {
	flex: 1;
	border-color: var(--strl-branding-color-blue-20) !important;
	padding: 0.5rem 1rem !important;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
	color: var(--strl-branding-color-blue) !important;
}
.language-switcher form .button {
	display: block;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	padding: 0.5rem 2rem;
	border-radius: 50px;
	transition: all 0.3s ease;
	border-color: var(--strl-branding-color-blue) !important;
	color: var(--strl-branding-color-blue) !important;
	background-color: transparent !important;
}
.language-switcher form .button:hover,
.language-switcher form .button:focus-visible {
	background-color: var(--strl-branding-color-blue) !important;
	border-color: var(--strl-branding-color-blue) !important;
	color: #fff !important;
}