html {
    box-sizing: border-box;
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
    font-size: 62.5%;
}

.login {
    align-items: center;
    background-image: radial-gradient(50% 50% at 18% 71%, rgba(255, 255, 255, 0.35) 0%, rgba(7, 58, 255, 0) 100%), radial-gradient(75% 75% at 80% 0%, #ffc73b 22%, rgba(7, 58, 255, 0) 100%), radial-gradient(75% 75% at 50% 50%, #ff202a 0%, rgba(7, 58, 255, 0) 100%), radial-gradient(80% 80% at 91% 90%, rgba(100, 22, 255, 0.71) 9%, rgba(7, 58, 255, 0) 100%), linear-gradient(125deg, #ff202a 1%, #ffc73b 60%);
    background-position: 0px 0px,0px 0px,0px 0px,0px 0px,0px 0px,0px 0px,0px 0px,0px 0px,0px 0px,0px 0px,0px 0px;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    font-family: muli, sans-serif;
    font-size: 1.6rem;
    justify-content: center;
    position: relative;
}

.login::before {
    background-attachment: fixed;
    background-image: url("../media/farlo-bg.png");
    background-size: cover;
    content: "";
    display: block;
    height: 100%;
    mix-blend-mode: soft-light;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

#login {
    color: #ffffff;
    max-width: 320px;
    padding: 40px 0;
    width: 100%;
}

#login h1 a {
    background: url("../../login/media/farlo-logo.svg") no-repeat center top transparent;
    display: block;
    font-size: 0;
    height: 100px;
    text-indent: -99999rem;
    width: 100%;
}

.message {
    background-color: rgba(255,255,255,0.1);
    border-left: 4px solid rgba(255,255,255,0.1);
    margin-top: 40px;
    padding: 10px 20px;
}

form,
#login_error {
    background-color: rgba(255,255,255,0.1);
    border: 4px solid rgba(255,255,255,0.1);
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    padding: 12px;
}

.language-switcher {
    max-width: 320px;
    width: 100%;
}

#language-switcher {
    margin-top: 0;
    position: relative;
}

#language-switcher::after,
#language-switcher::before {
    background-color: #000000;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    right: 30px;
    top: 40px;
    transform: rotate(-40deg);
    width: 10px;
    z-index: 2;
}

#language-switcher::after {
    right: 37px;
    transform: rotate(40deg);
}

#login_error {
    margin-top: 40px;
}

.message + form,
#login_error + form {
    margin-top: 20px;
}

.message a,
#login_error a {
    color: #000000;
    text-decoration: underline;
    transition: 0.4s ease;
}

.message a:focus,
.message a:hover {
    color: #000000;
    text-decoration: none;
}

form label:not([for="rememberme"]) {
    display: inline-block;
    margin-bottom: 2px;
}

form select,
form input:not([type="submit"]):not([type="checkbox"]) {
    -webkit-appearance: none;
    appearance: none;
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 0;
    padding: 12px;
    width: 100%;
}

form select {
    margin-bottom: 20px;
    padding-right: 30px;
    position: relative;
}

.submit,
.user-pass-wrap {
    margin-top: 10px;
}

.wp-pwd {
    align-items: center;
    display: flex;
    position: relative;
}

.wp-hide-pw {
    background-color: transparent;
    border: none;
    height: 44px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
}

.wp-pwd.is-open .wp-hide-pw {
	right: 22%;
}

.wp-pwd.is-open input[data-keeper-edited="yes"] + .wp-hide-pw {
	right: 30%;
}

#pass-strength-result {
	padding-left: 10px;
}

.dashicons-hidden,
.dashicons-visibility {
    background: url("../../login/media/show-password.png") no-repeat center center transparent;
    background-size: 20px auto;
    display: block;
    height: 100%;
    width: 100%;
}

.dashicons-hidden {
    background-image: url("../../login/media/hide-password.png");
}

.wp-hide-pw + keeper-lock {
    left: 217px !important;
}

.forgetmenot {
    align-items: center;
    display: flex;
    padding: 12px 0;
}

.forgetmenot label {
    margin-left: 10px;
}

.reset-pass-submit {
	display: flex;
	align-items: center;
	gap: 20px;
}

#nav,
#backtoblog,
.privacy-policy-page-link {
    background-color: rgba(255,255,255,0.2);
    padding: 8px 16px;
}

#nav a,
#backtoblog a,
.privacy-policy-page-link a {
    color: #ffffff;
    text-decoration: none;
}

#nav a:focus,
#backtoblog a:focus,
#nav a:hover,
#backtoblog a:hover,
.privacy-policy-page-link a:hover,
.privacy-policy-page-link a:focus {
    text-decoration: underline;
}

#backtoblog,
.privacy-policy-page-link {
    background-color: rgba(255,255,255,0.1);
    border-top: 4px solid rgba(255,255,255,0.1);
}

.wp-generate-pw,
input[type="submit"].button,
.button-primary {
    -webkit-appearance: none;
    appearance: none;
    background-image: url("../media/farlo-gradient.jpeg");
    background-size: 100% 100%;
    border: none;
    border-radius: 3rem;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    -webkit-filter: hue-rotate(0deg);
    filter: hue-rotate(0deg);
    font-family: muli, sans-serif;
    font-size: 1.6rem;
    font-weight: 900;
    padding: 8px 16px;
    transition: filter 0.3s ease-in-out 0.1s;
    will-change: auto;
}

.wp-generate-pw:focus,
.wp-generate-pw:hover,
input[type="submit"].button:focus,
input[type="submit"].button:hover,
.button-primary:focus,
.button-primary:hover {
    -webkit-animation: buttonHue 3s linear infinite;
    animation: buttonHue 3s linear infinite;
}

.wp-generate-pw {
	background-color: transparent;
	background-image: none;
	box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.35);
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eeeeee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

@keyframes hue {
0% {
    filter: hue-rotate(0deg) saturate(1); }
50% {
    filter: hue-rotate(180deg) saturate(2); }
100% {
    filter: hue-rotate(360deg) saturate(1); } }

@keyframes buttonHue {
0% {
    filter: hue-rotate(0deg); }
10% {
    filter: hue-rotate(-18deg); }
30% {
    filter: hue-rotate(-38deg); }
50% {
    filter: hue-rotate(-28deg); }
70% {
    filter: hue-rotate(-28deg); }
90% {
    filter: hue-rotate(-18deg); }
100% {
    filter: hue-rotate(0deg); } }
