/* Admin Gate — full-screen private login */

body.login {
	background: #1b2430;
	color: #f4f1ea;
}

body.login #login {
	width: 360px;
	padding-top: 8vh;
}

body.login #login h1 a {
	background-image: none !important;
	width: auto;
	height: auto;
	text-indent: 0;
	font-size: 1.35rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	color: #f4f1ea;
	text-decoration: none;
}

body.login #login h1 a:hover,
body.login #login h1 a:focus {
	color: #fff;
}

body.login form {
	background: #111820;
	border: 1px solid #2c394b;
	border-radius: 8px;
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
	padding: 26px 24px 20px;
}

body.login form,
body.login form p,
body.login form label,
body.login form .user-pass-wrap,
body.login form .user-pass-wrap label {
	color: #f4f1ea !important;
}

body.login form .input,
body.login input[type="text"],
body.login input[type="password"],
body.login input[type="email"] {
	color: #1b2430;
	background: #fff;
}

body.login .message,
body.login .notice,
body.login .success,
body.login #login_error {
	color: #1b2430 !important;
	background: #fff !important;
	border-radius: 6px;
}

body.login .message p,
body.login .notice p,
body.login .success p,
body.login #login_error p,
body.login .message,
body.login #login_error {
	color: #1b2430 !important;
}

body.login .message a,
body.login .notice a,
body.login .success a,
body.login #login_error a {
	color: #1d4ed8 !important;
}

body.login #login_error {
	border-left: 4px solid #d63638;
}

body.login .message,
body.login .notice,
body.login .success {
	border-left: 4px solid #3858e9;
}

body.login #backtoblog,
body.login .privacy-policy-page-link,
body.login .language-switcher,
body.login .forgetmenot,
body.login #nav {
	display: none !important;
}

.ag-hp {
	position: absolute !important;
	left: -10000px !important;
	height: 0 !important;
	overflow: hidden !important;
}

body.login::before {
	content: "Restricted administration";
	display: block;
	text-align: center;
	padding: 28px 16px 0;
	font-size: 0.78rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #cfc8bb;
}
