/* Override default login styles */

/*@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap);*/
/*@import url(https://fonts.googleapis.com/css2?family=Syne:wght@400&display=swap);*/


@import url(https://fonts.googleapis.com/css2?family=Outfit:wght@200..700&display=swap);
* {
	box-sizing: border-box;
}
body.login {
	background-color: #1a1919 !important;
	min-height: 100%;
	font: 13px/22px "Outfit", sans-serif;
	font-weight: 300;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #eee;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

body.login h1 {
	width: 100%;	
}
body.login div#login h1 a {
	background-image: url(../img/logo-color.svg);
	background-size: 240px auto;
	width: 240px;
	height: 100px;
	margin: 0 auto;
}

body.wp-core-ui .button-primary,
body.wp-core-ui .button-group.button-large .button,
body.wp-core-ui .button.button-large {
	min-height: 32px;
	margin-top: 8px;
	color: #eee;
	background-color: transparent;
	border: 1px solid #eee;
	display: inline-block;
	border-radius: 25px;
	height: 40px;
	line-height: 40px;
	padding: 0 30px;
	font-size: 12px;
	letter-spacing: .1rem;
	text-transform: uppercase;
	text-decoration: none;
	transition: all 250ms ease-in-out;
	width: auto;
	font-family: "Outfit", sans-serif;
	font-weight: 600;
	box-shadow: none !important;
}
body.wp-core-ui .button-primary.hover,
body.wp-core-ui .button-primary:hover,
body.wp-core-ui .button-primary.focus,
body.wp-core-ui .button-primary:focus,
body.wp-core-ui .button-primary.active,
body.wp-core-ui .button-primary:active {
	color: #111;
	background-color: #eee;
	border: 1px solid #eee;
	font-weight: 600;
	box-shadow: none !important;
}

body #login {
	max-width: 520px;
	width: 100%;
	padding: 40px;
	margin: 0 auto;
	background: #121111 !important;
	position: relative;
	border-radius: 30px;
}

body.login form {
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	padding-left: 0;
	padding-right: 0;
}

body a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}
body.login label {
	color: #eee;
	font-size: 11.5px;
}

body.login form .input,
body.login form input[type="checkbox"],
body.login input[type="text"] {
	border: none;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #eee;
	background: rgba(255,255,255,0.4);
	border-color: rgba(255,255,255,0.2);
	border-radius: 0px;
}
input[type="checkbox"]:focus,
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime-local"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="radio"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus, 
input[type="week"]:focus,
select:focus, textarea:focus {
  border-color: #eee !important;
  box-shadow: 0 0 0 1px transparent;
  outline: 2px solid transparent;
}


body.login form input#user_login {
	background: transparent url(../img/login-icons.png) no-repeat left 4px / 35px auto;
	padding-left: 40px;
}
body.login form input#user_pass {
	background: transparent url(../img/login-icons.png) no-repeat left -70px / 37px auto;
	padding-left: 40px; 
}
body.login form input#user_email {
	background: transparent url(../img/login-icons.png) no-repeat left -146px / 37px auto;
	padding-left: 40px; 
}

body.login form .forgetmenot label {
	font-size: 12px;
}

body.login .temp-unavailable-msg {
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}
body.login .temp-unavailable-msg img {
	display: block;
	max-width: 400px;
	width: 100%;
	margin: 0 auto;
}




body.login .forgetmenot {
    margin: 20px 0 20px 0;
    position: relative;
}
body.login .forgetmenot input[type="checkbox"] {
    visibility: hidden;
    position: relative;
}
body.login .forgetmenot label {
    padding-left: 20px;
}
body.login .forgetmenot label:before {
    cursor: pointer;
    position: absolute;
    width: 21px;
    height: 21px;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 3px;
    content: "";
    display: inline-block;
}
body.login .forgetmenot label:after {
    opacity: 0;
    content: '';
    position: absolute;
    width: 9px;
    height: 5px;
    background: transparent;
    top: 6px;
    left: 7px;
    border: 3px solid #ccc;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
}
body.login .forgetmenot label:hover::after {
    opacity: 0.5;
}
body.login .forgetmenot #rememberme:checked ~ label:before {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
}
body.login .forgetmenot #rememberme:checked ~ label:after {
    opacity: 1;
    border: 3px solid #eee;
    border-top: none;
    border-right: none;
}

body.wp-core-ui .button,
body.wp-core-ui .button-secondary {
	color: rgba(255, 255, 255, 0.1);
}
body.wp-core-ui .button-secondary:active,
body.wp-core-ui .button-secondary:hover {
	color: #eee;
}
body.login .reset-pass-submit .button.wp-generate-pw {
  float: none;
  margin-bottom: 6px;

  min-height: 32px;
  margin-top: 8px;
  color: rgba(255,255,255,0.75);
  background-color: transparent;
  border: 1px solid rgba(255,255,255,0.75);
  display: inline-block;
  border-radius: 25px;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  font-size: 12px;
  letter-spacing: .1rem;
  text-transform: none;
  text-decoration: none;
  transition: all 250ms ease-in-out;
  width: auto;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  box-shadow: none !important;
}
body.login .reset-pass-submit .button.wp-generate-pw:active,
body.login .reset-pass-submit .button.wp-generate-pw:hover {
	color: rgba(255,255,255,1);
	background-color: transparent;
	border: 1px solid rgba(255,255,255,1);	
}
body #pass-strength-result.strong {
	background-color: #029D3F80;
	border-color: #029D3F80;
	opacity: 1;
	color: #fff;
}
body #pass1-text.strong,
body #pass1.strong {
	border-color: #029D3F80;
}
body.login #nav,
body.login #backtoblog {
	color: rgba(255,255,255,0.9);
	padding: 0;
}
body.login #nav a,
body.login #backtoblog a,
body.login .privacy-policy-page-link a {
	outline: none;
	font-size: 14px;
	font-weight: 500;
	text-decoration: dashed underline;
	text-transform: none;
	color: rgba(255,255,255,0.65);
	transition: all 0.4s linear;
}
body.login #nav a:first-child {
	padding-left: 0px;
}
body.login #nav a:last-child {
	padding-right: 0px;
}
body.login #nav a:active,
body.login #backtoblog a:active,
body.login .privacy-policy-page-link a:active,
body.login #nav a:hover,
body.login #backtoblog a:hover,
body.login .privacy-policy-page-link a:hover {
	color: #eee;
	transition: all 0.4s linear;
	text-decoration: underline;
}

body.login .privacy-policy-page-link {
	text-align: right;
	width: 100%;
	margin: 2em 0 0 0;
	text-transform: none;
}
/*
body.login #backtoblog a {
	outline: none;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	text-transform: none;
	color: #fff;
	transition: all 0.4s linear;
}
body.login #backtoblog a:active,
body.login #backtoblog a:hover {
	transition: all 0.4s linear;
	text-decoration: underline;
	color: rgba(255,255,255,0.7);
}
*/
body.login #wfls-prompt-overlay {
	background-color: #f6f6f6;
}




body.login .message {
	border-left: 4px solid #eee;
	padding: 12px;
	margin-left: 0;
	margin-bottom: 20px;
	background-color: rgba(255, 255, 255, 0.02);
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
	text-transform: none;
}

body.login #login_error {
	background-color: #050505;
	text-transform: none;
}
body.login #login_error a,
body.login .message a {
	color: red;
}
body.login #login_error a:hover,
body.login .message a:hover {
	color: #111;
}


body.login .message.register {
	border-left: 4px solid #111;
	padding: 12px;
	margin-left: 0;
	margin-bottom: 20px;
	background-color: rgba(255, 255, 255, 0.02);
	box-shadow: 0 1px 1px 0 rgba(255, 255, 255, 0.02);
	text-transform: uppercase;
}


body.login .language-switcher {
	display: none;
}

.msg-capslock {
	text-transform: none;
	margin-left: 1rem;
	color: red;
	font-weight: 500;
}