/**
 * Redesign login page
 */

body.login {
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
	font-family: "NeueHelvetica55Roman", Helvetica, Arial, Verdana, sans-serif !important;
	color: #333;
}

body.login label {
	font-size: 16px;
}

body.login .message,
body.login .notice,
body.login .success {
	margin: 5px auto;
	max-width: 485px;
	border-left-color: #edc9b2;
}

body.login a:focus,
body.login a:focus-visible {
	box-shadow: none !important;
	outline: none !important;
}

body.login #nav {
	margin: 0 auto;
	max-width: 485px;
}

body.login #backtoblog,
body.login #nav {
	font-size: 12px;
	line-height: 22px;
	text-align: center;
}

body.login #backtoblog a,
body.login #nav a,
body.login .message a,
body.login .notice a,
body.login .success a {
	color: #333;
}

body.login #nav a.wp-login-register strong {
	font-family: "NeueHelvetica75Bold", Helvetica, Arial, Verdana, sans-serif !important;
	font-weight: 400 !important;
}

body.login #nav a.wp-login-lost-password {
	color: #6C6972;
}

body.login #backtoblog a:focus,
body.login #backtoblog a:hover,
body.login #nav a:focus,
body.login #nav a:hover,
body.login .message a:focus,
body.login .message a:hover,
body.login .notice a:focus,
body.login .notice a:hover,
body.login .success a:focus,
body.login .success a:hover {
	color: #73737b;
}

body.login #login {
	padding: 10vh 30px 0;
	width: calc(100% - 60px);
	max-width: none;
	height: calc(90vh - 90px);
}

body.login #login h1 a,
body.login #login h1 a:focus,
body.login h1 a,
body.login h1 a:focus {
	margin: 0;
	width: auto;
	height: auto;
	background-image: none !important;
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: unset;
	font-family: "NeueHelvetica75Bold", Helvetica, Arial, Verdana, sans-serif !important;
	font-size: 26px;
	line-height: 60px;
	color: #333;
	box-shadow: none;
}

body.login #login .lhv-login-message {
	margin: 0 auto;
	padding: 0;
	max-width: 485px;
	font-size: 14px;
	text-align: center;
}

body.login #login form {
	margin: 0 auto;
	padding: 26px 0;
	max-width: 200px;
	border: 0 !important;
	box-shadow: none !important;
}

body.login #login form#registerform,
body.login #login form#lostpasswordform {
	max-width: 320px;
}

body.login #login form ::-webkit-input-placeholder { /* WebKit browsers */
    color: #929298 !important;
    opacity: 1;
}
body.login #login form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #929298 !important;
    opacity: 1;
}
body.login #login form ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #929298 !important;
    opacity: 1;
}
body.login #login form :-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #929298 !important;
    opacity: 1;
}

body.login #login form span.dashicons:before {
	color: #929298 !important;
}

body.login #login form label {
	display: none !important;
}

body.login #login form .forgetmenot {
	margin-top: 5px;
	float: none;
}

body.login #login form .forgetmenot label {
	display: inline-block !important;
	font-size: 12px;
}

body.login #login form p.submit {
	margin-top: 20px;
	text-align: center;
}

body.login #login form input:not([type="submit"]) {
	margin: 0 0 7px;
	padding-left: 15px;
	font-family: "NeueHelvetica55Roman", Helvetica, Arial, Verdana, sans-serif !important;
	font-size: 12px;
	line-height: 22px;
	border: 1px solid #C2C2C5 !important;
}

body.login #login form input:not([type="submit"]):focus,
body.login #login form input:not([type="submit"]):focus-visible {
	box-shadow: none !important;
	outline: none !important;
}

body.login #login #nav a {
	display: block;
	margin-bottom: 5px;
}

body.login #login #nav a.wp-login-log-in {
	font-weight: 700;
}

body.login #resetpassform .reset-pass-submit {
	justify-content: center;
}

body.login #wp-submit,
body.login #wfls-token-submit {
	float: none;
	padding: 11px 18px 9px;
	min-height: 20px;
	background-color: #3b3b47;
	border-color: #3b3b47;
	border-radius: 4px;
	font-family: "NeueHelvetica65Medium", Helvetica, Arial, Verdana, sans-serif !important;
	font-size: 14px;
	line-height: 14px;
}

body.login #wp-submit:hover,
body.login #wfls-token-submit:hover {
	background-color: #333;
	border-color: #333;
}

body.login #resetpassform .wp-generate-pw {
	background-color: rgba(59, 59, 71, 0.06);
	border-color: rgba(59, 59, 71, 0.06);
	border-radius: 4px;
	font-family: "NeueHelvetica55Roman", Helvetica, Arial, Verdana, sans-serif !important;
	text-transform: uppercase;
	color: #333;
}

body.login #resetpassform .wp-generate-pw:hover {
	background-color: rgba(59, 59, 71, 0.12);
	border-color: rgba(59, 59, 71, 0.12);
}

body.login #backtoblog,
body.login .privacy-policy-page-link,
body.login #registerform > p:first-child {
	display: none;
}

/**
 * Login page header
 */

.lhv-login-header {
	display: flex;
	align-items: center;
	margin: 0 auto;
	padding: 0 30px;
	height: 90px;
	max-width: calc(1440px - 30px - 30px);
}

.lhv-login-header a {
	display: inline-block;
	height: 60px;
}

.lhv-login-header a:focus,
.lhv-login-header a:focus-visible {
	box-shadow: none !important;
	outline: none !important;
}

.lhv-login-header img {
	height: 60px
}

.lhv-login-header img:focus,
.lhv-login-header img:focus-visible {
	box-shadow: none !important;
	outline: none !important;
}

@media only screen and (max-width:860px) {

	.lhv-login-header {
		height: 60px;
	}

}
