/* Scoped to Password Protected, never the WordPress administrator login. */
body.login-password-protected {
	background: #f7f3eb;
	color: #2b2420;
	font-family: "Segoe UI", Arial, sans-serif;
}
.login-password-protected #login,
.login-password-protected #login * { box-sizing: border-box; }
.login-password-protected #login {
	width: min(100% - 40px, 400px);
	padding: clamp(32px, 8vh, 88px) 0 40px;
}
/* Remove the plugin's original WordPress logo from sight and accessibility tree. */
.login-password-protected #login > h1 { display: none; }
.login-password-protected .hh-private-preview { text-align: center; }
.login-password-protected .hh-private-preview__logo {
	display: block;
	width: min(100%, 340px);
	height: auto;
	margin: 0 auto 12px;
}
.login-password-protected .hh-private-preview h2 {
	margin: 0 0 12px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 25px;
	font-weight: 400;
}
.login-password-protected .hh-private-preview p {
	margin: 0 auto 28px;
	max-width: 300px;
	color: #70665d;
	font-size: 14px;
	line-height: 1.7;
}
.login-password-protected #loginform {
	margin: 0 0 24px;
	padding: 28px;
	border: 1px solid #dfd5c8;
	border-radius: 8px;
	background: #fffcf7;
	box-shadow: 0 12px 36px rgb(43 36 32 / 5%);
}
.login-password-protected label { color: #494039; font-size: 14px; }
.login-password-protected #loginform .input {
	min-height: 48px;
	width: 100%;
	margin: 8px 0 22px;
	border: 1px solid #bfb2a2;
	border-radius: 4px;
	background: #fff;
	color: #2b2420;
	font-size: 20px;
}
.login-password-protected #loginform input:focus {
	border-color: #705b3f;
	box-shadow: 0 0 0 2px rgb(112 91 63 / 20%);
	outline: 2px solid transparent;
}
.login-password-protected #loginform input[type="checkbox"] { border-color: #928372; }
.login-password-protected #loginform input[type="checkbox"]:checked::before {
	content: "\2713";
	color: #2b2420;
	font-size: 18px;
	line-height: 20px;
	text-align: center;
}
.login-password-protected #loginform .forgetmenot { float: none; margin-bottom: 22px; }
.login-password-protected #loginform .submit { clear: both; }
.login-password-protected #wp-submit {
	float: none;
	width: 100%;
	min-height: 48px;
	border: 1px solid #2b2420;
	border-radius: 4px;
	background: #2b2420;
	color: #fffaf2;
	box-shadow: none;
	text-shadow: none;
	font-size: 14px;
	font-weight: 600;
}
.login-password-protected #wp-submit:hover { background: #463a31; }
.login-password-protected #wp-submit:focus-visible,
.login-password-protected a:focus-visible,
.login-password-protected .wp-hide-pw:focus-visible { outline: 2px solid #947338; outline-offset: 3px; box-shadow: none; }
.login-password-protected .wp-hide-pw,
.login-password-protected a,
.login-password-protected #backtoblog a { color: #66533e; }
.login-password-protected #login_error,
.login-password-protected .message,
.login-password-protected .success {
	margin: 0 0 20px;
	border-left-color: #947338;
	background: #fffcf7;
	color: #494039;
	box-shadow: none;
	line-height: 1.6;
}
.login-password-protected #login_error { border-left-color: #914637; }
@media (max-width: 420px) {
	.login-password-protected #loginform { padding: 22px; }
}
