/* GS Fashion Lab — wp-login.php + WooCommerce My Account auth */

:root {
	--leren-reg-bg: #faf8f2;
	--leren-reg-btn-bg: #fed8d7;
	--leren-reg-btn-text: #fe92c4;
}

body.login {
	background-color: var(--leren-reg-bg) !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
}

body.login.leren-reg-login--has-bg {
	background-color: var(--leren-reg-bg);
}

body.login #login {
	width: 100%;
	max-width: 420px;
	padding: 8% 0 0;
}

body.login #login h1 a {
	background-size: contain;
	width: 100%;
	height: 64px;
	margin-bottom: 12px;
}

body.login .leren-reg-login-headline {
	margin: 0 0 28px;
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #000;
	line-height: 1.45;
}

body.login form {
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(0, 0, 0, 0.12);
	box-shadow: none;
	border-radius: 0;
	padding: 28px 28px 24px;
}

body.login label {
	color: #000;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.04em;
}

body.login .input,
body.login input[type="text"],
body.login input[type="password"] {
	background: #fff !important;
	border: 1px solid rgba(0, 0, 0, 0.22) !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: #000 !important;
	font-size: 15px;
	padding: 10px 12px;
}

body.login .button.wp-hide-pw {
	color: #000 !important;
}

body.login .forgetmenot {
	float: none;
	margin-bottom: 16px;
}

body.login .submit {
	margin-top: 8px;
}

body.login #wp-submit {
	background: var(--leren-reg-btn-bg) !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: var(--leren-reg-btn-text) !important;
	font-size: 12px !important;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	height: 40px;
	line-height: 40px;
	padding: 0 22px !important;
	text-shadow: none !important;
	width: 100%;
}

body.login #wp-submit:hover,
body.login #wp-submit:focus {
	background: var(--leren-reg-btn-bg) !important;
	color: var(--leren-reg-btn-text) !important;
	opacity: 0.9;
}

body.login #nav,
body.login #backtoblog {
	text-align: center;
	padding: 0 8px;
}

body.login #nav {
	margin: 28px 0 12px;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.08em;
	color: #000;
}

body.login #nav a {
	display: inline-block;
	margin: 0 6px;
	font-size: 16px !important;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: none;
	color: #000 !important;
	line-height: 1.5;
}

body.login #nav a:hover,
body.login #nav a:focus {
	color: var(--leren-reg-btn-text) !important;
}

body.login #backtoblog a {
	font-size: 13px;
	color: #000 !important;
	text-decoration: none;
}

body.login #backtoblog a:hover,
body.login #backtoblog a:focus {
	color: var(--leren-reg-btn-text) !important;
}

body.login .message,
body.login #login_error,
body.login .success {
	border-radius: 0;
	box-shadow: none;
	border-left-width: 3px;
}

body.login .language-switcher {
	margin-top: 24px;
}

body.login.leren-reg-login--lostpassword #login,
body.login.leren-reg-login--retrievepassword #login,
body.login.leren-reg-login--resetpass #login,
body.login.leren-reg-login--rp #login {
	padding-top: 6%;
}

body.login.leren-reg-login--lostpassword form p,
body.login.leren-reg-login--retrievepassword form p,
body.login.leren-reg-login--resetpass form p,
body.login.leren-reg-login--rp form p {
	margin-bottom: 16px;
	font-size: 14px;
	line-height: 1.55;
	color: #000;
}

body.login.leren-reg-login--lostpassword form label,
body.login.leren-reg-login--resetpass form label,
body.login.leren-reg-login--rp form label {
	display: block;
	margin-bottom: 8px;
}

body.login.leren-reg-login--resetpass .user-pass1-wrap,
body.login.leren-reg-login--rp .user-pass1-wrap {
	margin-bottom: 16px;
}

body.login.leren-reg-login--resetpass .pw-weak,
body.login.leren-reg-login--rp .pw-weak {
	margin-bottom: 12px;
}

body.login.leren-reg-login--resetpass #pass-strength-result,
body.login.leren-reg-login--rp #pass-strength-result {
	border-radius: 0;
	margin-top: 8px;
}

/* WooCommerce My Account — login / lost password / reset */

body.leren-reg-account-auth {
	background-color: var(--leren-reg-bg) !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	min-height: 100vh;
	margin: 0;
}

body.leren-reg-account-auth.leren-reg-account-auth--has-bg {
	background-color: var(--leren-reg-bg);
}

#leren-reg-account-auth {
	width: 100%;
	max-width: 420px;
	margin: 0 auto;
	padding: 8% 20px 40px;
	box-sizing: border-box;
}

#leren-reg-account-auth .leren-reg-account-auth__logo {
	text-align: center;
	margin-bottom: 12px;
}

#leren-reg-account-auth .leren-reg-account-auth__logo a {
	display: inline-block;
	text-decoration: none;
	color: #000;
}

#leren-reg-account-auth .leren-reg-account-auth__logo img {
	display: block;
	max-width: 220px;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

#leren-reg-account-auth .leren-reg-account-auth__wordmark {
	display: block;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: -0.02em;
	text-transform: lowercase;
}

#leren-reg-account-auth .leren-reg-account-auth__tagline {
	display: block;
	margin-top: 6px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.28em;
	text-transform: uppercase;
}

body.leren-reg-account-auth .leren-reg-login-headline {
	margin: 0 0 28px;
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #000;
	line-height: 1.45;
}

#leren-reg-account-auth .leren-reg-account-auth__content > .woocommerce > h2,
#leren-reg-account-auth .login-tabs-nav,
#leren-reg-account-auth .u-column2 {
	display: none !important;
}

#leren-reg-account-auth form,
#leren-reg-account-auth .woocommerce-notices-wrapper + form,
#leren-reg-account-auth .lost_reset_password {
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(0, 0, 0, 0.12);
	box-shadow: none;
	border-radius: 0;
	padding: 28px 28px 24px;
	margin: 0 0 20px;
}

#leren-reg-account-auth label {
	color: #000;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.04em;
}

#leren-reg-account-auth .input-text,
#leren-reg-account-auth input[type="text"],
#leren-reg-account-auth input[type="password"],
#leren-reg-account-auth input[type="email"] {
	background: #fff !important;
	border: 1px solid rgba(0, 0, 0, 0.22) !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: #000 !important;
	font-size: 15px;
	padding: 10px 12px;
	width: 100%;
	box-sizing: border-box;
}

#leren-reg-account-auth .form-row,
#leren-reg-account-auth form p {
	margin-bottom: 16px;
	font-size: 14px;
	line-height: 1.55;
	color: #000;
}

#leren-reg-account-auth .woocommerce-Button,
#leren-reg-account-auth button.button,
#leren-reg-account-auth .woocommerce-form-login__submit {
	background: var(--leren-reg-btn-bg) !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: var(--leren-reg-btn-text) !important;
	font-size: 12px !important;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	height: 40px;
	line-height: 40px;
	padding: 0 22px !important;
	text-shadow: none !important;
	width: 100%;
}

#leren-reg-account-auth .woocommerce-Button:hover,
#leren-reg-account-auth button.button:hover,
#leren-reg-account-auth .woocommerce-form-login__submit:hover,
#leren-reg-account-auth .woocommerce-Button:focus,
#leren-reg-account-auth button.button:focus,
#leren-reg-account-auth .woocommerce-form-login__submit:focus {
	background: var(--leren-reg-btn-bg) !important;
	color: var(--leren-reg-btn-text) !important;
	opacity: 0.9;
}

#leren-reg-account-auth .woocommerce-LostPassword a,
#leren-reg-account-auth .leren-reg-account-auth__nav a {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: none;
	color: #000 !important;
}

#leren-reg-account-auth .woocommerce-LostPassword a:hover,
#leren-reg-account-auth .woocommerce-LostPassword a:focus,
#leren-reg-account-auth .leren-reg-account-auth__nav a:hover,
#leren-reg-account-auth .leren-reg-account-auth__nav a:focus {
	color: var(--leren-reg-btn-text) !important;
}

#leren-reg-account-auth .woocommerce-LostPassword,
#leren-reg-account-auth .leren-reg-account-auth__nav {
	text-align: center;
	margin: 0;
}

#leren-reg-account-auth .woocommerce-error,
#leren-reg-account-auth .woocommerce-message,
#leren-reg-account-auth .woocommerce-info {
	border-radius: 0;
	box-shadow: none;
	border-left-width: 3px;
	margin: 0 0 16px;
	list-style: none;
	padding: 12px 16px;
}

#leren-reg-account-auth .woocommerce-notices-wrapper:empty {
	display: none;
}

body.leren-reg-account-auth--lost-password #leren-reg-account-auth,
body.leren-reg-account-auth--lost-password-sent #leren-reg-account-auth,
body.leren-reg-account-auth--reset-password #leren-reg-account-auth {
	padding-top: 6%;
}

body.leren-reg-account-auth--lost-password-sent .leren-reg-account-auth__content p {
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(0, 0, 0, 0.12);
	padding: 28px;
	margin: 0 0 20px;
	font-size: 14px;
	line-height: 1.55;
	color: #000;
}
