body.login {
	background: #f6f7f9;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

body.login #login {
	width: 380px;
	padding: 40px 0 0;
}

body.login h1 {
	margin: 0 0 24px;
}

body.login h1 a {
	background-image: none !important;
	width: auto;
	height: auto;
	min-height: 0;
	text-indent: 0;
	display: block;
	font-size: 26px;
	font-weight: 700;
	color: #1c3d5a;
	text-decoration: none;
	letter-spacing: -0.01em;
	text-align: center;
}

body.login #loginform {
	background: #ffffff;
	border: none;
	border-radius: 14px;
	box-shadow: 0 1px 3px rgba(20, 30, 40, 0.06), 0 1px 2px rgba(20, 30, 40, 0.04);
	padding: 32px 32px 24px;
}

body.login label {
	color: #22303c;
	font-size: 0.9em;
	font-weight: 600;
}

body.login input[type="text"],
body.login input[type="password"] {
	border: 1px solid #e4e8ec;
	border-radius: 8px;
	padding: 10px 12px;
	font-size: 0.95em;
	box-shadow: none;
}

body.login input[type="text"]:focus,
body.login input[type="password"]:focus {
	border-color: #1c3d5a;
	box-shadow: 0 0 0 3px rgba(28, 61, 90, 0.12);
}

body.login .wp-hide-pw {
	height: auto;
	padding: 0 6px 0 0;
}

body.login .button-primary {
	background: #1c3d5a;
	border-color: #1c3d5a;
	border-radius: 8px;
	font-weight: 600;
	text-shadow: none;
	box-shadow: none;
	padding: 6px 20px;
	height: auto;
	line-height: 2;
}

body.login .button-primary:hover,
body.login .button-primary:focus {
	background: #14293d;
	border-color: #14293d;
}

body.login .forgetmenot {
	margin-bottom: 0;
}

body.login .forgetmenot label {
	font-weight: 400;
	font-size: 0.88em;
	color: #22303c;
}

body.login #nav,
body.login #backtoblog {
	text-align: center;
}

body.login #nav a,
body.login #backtoblog a {
	color: #1c3d5a;
	font-size: 0.88em;
	text-decoration: none;
}

body.login #nav a:hover,
body.login #backtoblog a:hover {
	color: #14293d;
	text-decoration: underline;
}

body.login #login_error,
body.login .message,
body.login .success {
	border-left: none;
	border-radius: 10px;
	box-shadow: none;
	padding: 12px 16px;
	font-size: 0.9em;
}

body.login #login_error {
	background: #fdecea;
	color: #8a2c22;
}

body.login .message,
body.login .success {
	background: #e8f6ee;
	color: #1c6b3f;
}

body.login .privacy-policy-page-link,
body.login #language-switcher {
	text-align: center;
}

body.login #up24_2fa_code {
	text-align: center;
	font-size: 1.4em;
	letter-spacing: 0.3em;
	font-weight: 600;
}

body.login .up24-2fa-resend {
	background: none;
	border: none;
	color: #1c3d5a;
	font-size: 0.85em;
	cursor: pointer;
	padding: 0;
	text-decoration: underline;
}

body.login .up24-2fa-resend:hover {
	color: #14293d;
}
