@charset "utf-8";
/* CSS Document */



body {
	background-image: url("../img/login_bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	font-family: 'Montserrat', sans-serif;
	position: relative;
	display: flex;
}
body:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .2);
	top: 0;
	left: 0;
}
body.login div#login h1 a {
	background-image: url("lblesd_logo.png");
	width: 100%;
	height: 160px;
	background-size: 340px;
	margin: 0;
	background-position: center center;
}
button, .submit input, a {
	-moz-transition: all .1s linear;
	-webkit-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}
.wp-core-ui .button-primary:focus, .wp-core-ui #nav a:focus, .wp-core-ui input:focus, .wp-core-ui button.wp-hide-pw:focus, .wp-core-ui a:focus {
	box-shadow: none !important;
}
#login {
	padding: 0 20px;
	overflow-y: auto;
	background: #fff;
	position: relative;
	box-shadow: 0 0 100px rgb(0 0 0 / 20%);
	width: 100%;
	max-width: 500px;
}
#login .notice, #login .message {
	max-width: 400px;
}
.nsl-container {
	padding-top: 0 !important;
}
.nsl-container-buttons {
	width: 100%;
	max-width: 424px;
}
div.nsl-container[data-align="left"] {
	text-align: center !important;
}
.nsl-button-label-container {
	font-family: "Montserrat", sans-serif !important;
}
.nsl-button-google .nsl-button-label-container {
	color: #3c434a;
}
#login > h1 {
	width: 100%;
}
.login form {
	margin: 0 auto;
	margin-bottom: 0px;
	width: 100%;
	padding: 0 !important;
	border: none;
	box-shadow: none;
	margin-bottom: 45px;
}
.login label {
	color: #000;
}
.login form .input, .login form input[type="checkbox"], .login input[type="text"] {
	background: #f0f3f4;
	border: none;
	font-family: 'Roboto', sans-serif;
}
.login form .input, .login form input[type="text"] {
	margin-top: 7px;
	height: 45px;
	padding: 8px 15px;
	box-shadow: none;
	border-radius: 7px;
}
.login .wp-pwd .button {
	height: 45px !important;
	width: 45px !important;
	outline: 0 !important;
	border: 0 !important;
	top: 7px;
}
.login form .forgetmenot {
	float: none;
	margin-bottom: 16px !important;
}
.login .button-primary {
	float: none;
}
.login form p.submit #wp-submit {
	padding-top: 0.8rem;
	padding-bottom: 0.8rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1.25rem;
	text-transform: none;
	border-radius: 7px;
	border: none;
	width: 100%;
	margin-top: 0;
	background: #2a51a3;
}
.login form p.submit #wp-submit:hover, .login form p.submit #wp-submit:focus {
	background: #008000;
}
.login #login_error, .login .message, .login .success {
	margin-left: auto;
	margin-right: auto;
	background: #fafafa;
	box-shadow: none;
	margin-bottom: 10px;
	font-weight: 500;
}
.login .message, .login .notice, .login .success {
	border-left: 4px solid #315b97;
}
.login .notice.notice-error {
	border-left: 4px solid #d63638;
}
.login .message + #login_error {
	margin-top: 16px;
}
.login #nav, #backtoblog {
	padding: 4px 0 0 0 !important;
	width: 100%;
	max-width: 420px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 30px;
}
.login #nav a, #backtoblog a {
	width: calc(100% - 30px);
	display: block;
	text-align: center;
	padding: 8px 15px;
	border-radius: 6px;
}
.login #nav a:hover, .login #nav a:focus, #backtoblog a:hover, #backtoblog a:focus {
	background: #f0f3f4;
}
#backtoblog {
	display: none;
	margin-top: -30px;
}
#loginform > *:not(#nsl-custom-login-form-main), p#nav {
	display: none;
}
