.login-password-protected #loginform {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.login-password-protected #login form p.submit {
	margin: 20px 0 0;
}
.login-password-protected  #wp-submit {
	padding: 15px 40px;
	color: #fff;
	font-size: 11px;
	letter-spacing: 1.65px;
	text-transform: uppercase;
	background: transparent;
	transition: all 150ms ease-in-out;
}
.login-password-protected  #wp-submit:hover {
	color: #000;
	background: #fff;
}

.login-password-protected #password-protected-background:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .75);
}

.login-password-protected .user-pass-wrap {
	text-align: center;
}
.login-password-protected input.password-input {
	height: 60px;
	margin: 15px 0;
	padding: 9px 12px;
	font-family: Arial;
	font-size: 18px !important;
	letter-spacing: 2px;
}
.login-password-protected .button.wp-hide-pw {
	padding: 16px 9px;
	color: #999;
}
@media screen and (max-width: 782px) {
	input#password_protected_rememberme[type=checkbox]:checked:before  {
		margin: -8px -9px;
	}
}

.login-password-protected .notice-error {
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 40px);
	margin: 0;
	padding: 20px;
	border: none;
	color: #d63638;
	font-family: Lato;
	font-size: 11px;
	letter-spacing: 1.64px;
	text-transform: uppercase;
	text-align: center;
}