/* latin-ext */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

:root {
	--palette-primary-lighter: #EBF8FF;
	--palette-primary-light: #2B6CB0;
	--palette-primary-base: #4dcadd;
	--palette-primary-dark: #115A9D;
	--palette-primary-darkest: #0b1f6e;
	--palette-secondary-base: #57cf6a;
	--palette-secondary-dark: #38c54f;
	--palette-green-light: #c4e6de;
	--palette-green-lighter: #e3f4f0;
	--palette-green-base: #00966f;
	--palette-green-dark: #166550;
	--palette-green-darkest: #135342;
	--palette-yellow-lightest: #fef9ea;
	--palette-yellow-lighter: #fdf4d3;
	--palette-yellow-base: #efbc24;
	--palette-yellow-muted: #e8ddbd;
	--palette-red-lightest: #fff0ed;
	--palette-red-lighter: #f6c7c0;
	--palette-red-light: #f1a498;
	--palette-red-base: #e4523d;
	--palette-red-dark: #c5321b;
	--palette-gray-lightest: #fff;
	--palette-gray-lighter: #F7FAFC;
	--palette-gray-light: #EDF2F7;
	--palette-gray-base: #718096;
	--palette-gray-dark: #4A5568;
	--palette-gray-darker: #30455c;
	--palette-gray-darkest: #293b4e;
	--primary-button: var(--palette-primary-base);
	--primary-button-hover: var(--palette-primary-dark);
	--secondary-button: var(--palette-secondary-base);
	--secondary-button-hover: var(--palette-secondary-dark);
}
body, html {
	height: auto;
	color: #676767;
	font-family: Roboto, sans-serif;
}
html {
	font-size: 20px;
}
@media(max-width: 992px) {
	html { font-size: 18px; }
}
@media(max-width: 768px) {
	html { font-size: 16px; }
}
@media(max-width: 500px) {
	body:not(.interim-login) #login{
		padding:1em;
	}
}
body:not(.interim-login) {
	background-color: var(--palette-gray-darker);
	background-size: auto;
	background-position: bottom center;
	background-repeat: no-repeat;
	box-sizing: border-box;
	color: var(--palette-gray-lightest);
	font-size: 1rem;
	min-height: 100vh;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
#login {
	max-width: 320px;
	width: 100%;
	padding: 5% 0 0;
	font-size: 16px;
	margin: 0 auto;
}

body:not(.interim-login) #login {
	border-radius: 3px;
	background-color: var(--palette-gray-darker);
	box-sizing: border-box;
}
br.clear {
	display: none;
}
.login h1 a {
	display: block;
	background-image: url(./logo.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 14em;
	height: 4em;
	margin: 0 auto;
}

@media(min-width: 1180px) {

}
@media(min-width: 992px) {

	.login form {
		padding-top: 3em;
	}
}

body:not(.interim-login) a,
body:not(.interim-login) #backtoblog a,
body:not(.interim-login) #nav a {
	
}


.login #nav, .login #backtoblog a, .login #nav a, .login label{
	color: #ffffff;
}

.login #backtoblog a:hover, .login #backtoblog a:focus,.login #backtoblog a:active, .login #nav a:hover, .login #nav a:focus, .login #nav a:active {
	color: var(--palette-primary-base);
}

body:not(.interim-login) a:active, 
body:not(.interim-login) a:hover, 
body:not(.interim-login) a:focus,
body:not(.interim-login) #backtoblog a:active,
body:not(.interim-login) #backtoblog a:hover,
body:not(.interim-login) #backtoblog a:focus,
body:not(.interim-login) #nav a:active,
body:not(.interim-login) #nav a:hover,
body:not(.interim-login) #nav a:focus {
	text-decoration: none;
}


.login form {
	padding: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
	border: 0;
}
.login #backtoblog {
	position: static;
}
#backtoblog a {
	display: flex;
	align-items: center;
	justify-content:center;
}

#backtoblog a::after, #backtoblog a::before {
	visibility: visible;
	font-size: 1rem;
}

.login #nav {
	text-align: center;
	margin: 0px;
	/*font-size: inherit;*/
	margin: 1.5em 0 0;
}

/* Notices */
.login .message {
	box-shadow: none;
	background: none;
	text-align: center;
	border: 0;
	padding: 0;
}

.login #login_error, .tt-error-login {
	border-radius: 4px;
	border: 1px solid var(--palette-gray-base);
	background-color: var(--palette-gray-light);
	color: var(--palette-gray-darkest);
	padding: .5rem 1rem;
	font-size: .8rem;
	box-shadow: none;
}

/* Buttons */
.wp-core-ui .button-group .button,
.wp-core-ui .button {
	display: inline-block;
	border-radius: 0px;
	padding: 0.4em 1em;
	font-size: 0.875em;
	font-weight: 400;
	line-height: 1.4;
	border: 0;
	transition: color .2s linear, background .2s linear;
	width: 100%;
	background-color: var(--primary-button);
}
.wp-core-ui .button-group .button:hover,
.wp-core-ui .button:hover, 
.wp-core-ui .button-group .button:focus,
.wp-core-ui .button:focus {
	background-color: var(--primary-button);
	color: #fff !important;
	-webkit-box-shadow: inset 0 0 1000px rgba(0, 0, 0, 0.1); */
    box-shadow: inset 0 0 1000px rgba(0, 0, 0, 0.1);
}

.wp-core-ui .button-large.button, .wp-core-ui .button-large.button-group {
	padding: 0.4em 1.5em;
	line-height: 1.4;
	transition: all 0.2s ease-in-out;
	min-height:2.643em;
}

.wp-core-ui .admin-email__actions-primary .button.button-large {
	width: auto;
}

.login .button-primary {
	float: none;
	text-transform:uppercase;
}
/* Fields */
.login form .input,
.login input[type="password"],
.login input[type="text"] {
	border-radius: 0;
	background: rgba(0,0,0,0.15);
    color: #fff;
    border: 1px solid rgba(0,0,0,0.15);
    font-size: 14px;
    padding: 9px 14px;
}
.login form .input::placeholder,
.login input[type="password"]::placeholder,
.login input[type="text"]::placeholder {
	color: rgba(255,255,255,.4);
}

.login form .input:focus,
.login input[type="password"]:focus,
.login input[type="text"]:focus {
	border-color: var(--palette-primary-base);
	box-shadow: initial;
	border:0;
}

input[type="checkbox"], input[type="radio"] {
	color: var(--palette-gray-darker);
	border-color: currentColor;
	box-shadow: none;
	margin-right: 0.5em;
	flex: 0 0 auto;
}
input[type="checkbox"] {
	border-radius: 0;
	min-width:unset;
	height: 0.9rem;
	width: 0.9rem;
	border: 0;
}

.login form input[type="checkbox"]{
	opacity: 0;
}

.login form input[type="checkbox"]:checked {
	background-color: var(--palette-primary-base);
	border-color: var(--palette-gray-lightest);
}

input[type="checkbox"]:checked::before {
  content: "";
  width: 100%;
  height: 100%;
  float: none;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNC45NDExIDYuNjQ4NTNMOC45NDI2IDE0LjcxNTlMNS4xNzg5OSAxMS45MTc0TDUuOTI0ODUgMTAuOTE0NEw4LjY4NTM2IDEyLjk2NjlMMTMuOTM4IDUuOTAyNjdMMTQuOTQxMSA2LjY0ODUzWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==");
  background-position: center center;
  margin: 0;
  background-size: 110%;
}

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 {
	box-shadow: none;
	outline: 2px solid transparent;
}

.login form .forgetmenot input[type="checkbox"] + label:before{
	content: '';
	position: absolute;
	border: #fff 5px solid;
	padding: 0px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 0px 0px 0px 2px rgba(255,255,255,.8);
	box-shadow: 0px 0px 0px 2px rgba(255,255,255,.8);
	top: 9px;
    left: 9px;
	z-index: 0;
}

.login form .forgetmenot input[type="checkbox"]:checked + label:before {
    background-color: #4dcadd !important;
	border: #fff 2px solid;
    box-shadow: none;
	padding:3px;
}

.wp-pwd {
	margin-bottom: 16px;
}
.login .wp-pwd input.input {
	margin: 0 6px 0 0;
}
.login .button.wp-hide-pw {
	background: 0 0;
    border: 1px solid transparent;
    box-shadow: none;
    font-size: 14px;
    line-height: 2;
    width: 2rem;
    height: 2rem;
	box-sizing: border-box;
    min-width: 40px;
    min-height: 40px;
    margin: 0;
    padding: 5px 9px;
    position: absolute;
    right: 0;
    top: 0;
	transition: all 0.2s ease-in-out;
}
.login .button.wp-hide-pw:hover, .login .button.wp-hide-pw:focus {
	color: var(--palette-primary-base) !important;
}
.login .button.wp-hide-pw .dashicons {
	width: 100%;
	height: auto;
	font-size: 1.43em;
	line-height: 1;
}
.login label {
	font-size: 14px;
	font-weight: inherit;
	color: inherit;
    line-height: 1.5;
    margin-bottom: 3px;
}

.login .forgetmenot input[type="checkbox"] + label, .login .forgetmenot input[type="radio"] + label{
	font-size:0.875em;
	font-weight:700;
	line-height: 1.5;
    vertical-align: baseline;
}

.login input[type="checkbox"] + label, .login input[type="radio"] + label {
	font-size: 16px;
	line-height: 1.3;
	margin-bottom: 0;
}
body:not(.interim-login) label[for="user_login"], body:not(.interim-login) label[for="user_pass"] {
	font-size:0;
}
.interim-login label {
	font-size: 16px;
}

#login form p.forgetmenot {
	float: none;
	margin-top:1.25em;
	margin-bottom:1.25em;
	position:relative;
}

.login-action-register label::after {
	content: "*";
	color: #C41D1D;
}
.login .privacy-policy-page-link {
	font-size:0.81em;
	max-width: 612px;
	margin: 2.44em 0 1.625em;
	text-align: center;
}

.login #backtoblog a,
.login #nav a,
body a {
	text-decoration: none;
	font-weight: 400;
	transition: color 0.2s ease-in-out;
}

.login p#nav {
	margin-bottom: 0rem;
	margin-top: 0.5rem;
}
.login #nav a {
	text-align: center;
}
.login p#reg_passmail {
	text-align: center;
}

@media(min-width: 768px) {
	body:not(.interim-login)  p#backtoblog {
		position:static;
	}
}

/* Interim (Modal) login */
body.interim-login {
	font-size: 16px;
}
body.interim-login #login {
	padding: 1rem;
}

body.interim-login h1 a {
	background-image: url(./logo.png);
	background-size: contain;
	background-position: center;
	width: 12em;
	height: 2em;
}
.interim-login.login form .input,
.interim-login.login input[type="password"],
.interim-login.login input[type="text"] {
	font-size: 16px;
}

.lostpassword {
	display: none;
}

.action-register.action-reset-pass {
	background-color: var(--palette-red-lightest);.login p#nav
	margin-bottom: 0.75rem;
}

.action-register.action-reset-pass a:hover,
.action-register.action-reset-pass a:focus {
	background-color: #d9761e;
}

.action-register.action-reset-pass a {
	background-color: var(--palette-orange-base);
}

.login h1 a .tt-login-title {
	font-size: 30px;
}

.login .tt-forgot > p{
	margin-bottom: 0px;
}

.tt-forgot {
	display: flex;
	justify-content: space-between;
}

.tt-forgot #nav a {
	color: #3182CE !important;
	font-weight: 600;
}

p.tt-disclaimer {
	display: flex;
	margin-top: 1rem;
}

.tt-disclaimer input#disclaimer_checkbox {
	margin-right: 0.65em;
	position: relative;
	top: 0.3em;
}

.tt-disclaimer label::after {
    content: " *";
    color: red;
}

.tt-alt-login:hover,
.tt-alt-login:focus {
	color: #30455c !important;
}

.language-switcher {
    display: none !important;
}