.asap-login {
	--blue: #1b2d50;
	background-color: var(--blue);
	overflow: hidden;
}

.asap-login__bg {
	position: absolute;
	min-height: 100%;
	min-width: 100%;
	z-index: -1;
	mix-blend-mode: color-burn;
}

.asap-login form {
	background: transparent;
	border: none;
	box-shadow: none;
    padding:24px;
}

.asap-login__wrapper #login {
	padding: 0;
}

.asap-login form label {
	color: white;
	margin-bottom: 0;
	letter-spacing: 0.05em;
}

.asap-login form input.input {
	color: white;
	border-radius: 0;
	border: 1px solid rgba(255, 255, 255, 0.6);
	background-color: transparent;
	transition: all ease 0.25s;
	margin-top: 0.4em;
	font-size: 16px;
	padding: 0.75em 1.5em;
}

.asap-login #login form p.forgetmenot {
	margin-bottom: 0.5em;
}

.asap-login form input:focus {
	border: 1px solid white;
	outline: 0;
}

.asap-login p,
.login #backtoblog a {
	color: white;
	transition: color 0.25s ease;
}

.login #backtoblog a:focus,
.login #backtoblog a:hover,
.login #nav a:focus,
.login #nav a:hover {
	color: #f1b7d4;
}

.login #nav {
	margin-top: 0;
	text-align: center;
    margin-bottom: 24px;
}

.login #nav a {
    color: white;
    opacity: .7;
    transition:all ease .25s;
}

.asap-login .button.button-primary {
	color: white;
	background: transparent;
	border: 1px solid #f1b7d4;
	border-radius: 0;
	float: none;
	width: 100%;
	padding: 0.75em 2em;
	margin-top: 0.5em;
	transition: all ease 0.2s;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.1em;
}

.asap-login .button.button-primary:hover,
.asap-login .button.button-primary:focus {
	background-color: #f1b7d4;
	color: var(--blue);
}

.asap-login .button:active {
	transform: translateY(2px);
}

.login h1 a {
	text-indent: unset;
	height: 250px;
	margin: 0 auto;
	width: 100%;
	display: block;
	background: unset;
	background-color: transparent;
}

.login h1 a svg {
	color: white;
	max-height: 100%;
}

.asap-login__decoration {
	position: absolute;
	bottom: 20%;
	right: 20%;
}

.asap-login__decoration svg {
	color: #f1b7d4;
}

.btn--asap {
	margin-top: 12px;
	padding-bottom: 12px;
	width: calc(100% - 45px);
	margin-left: 45px;
	border-bottom: 2px solid #f1b7d4;
	display: inline-flex;
	justify-content: flex-end;
	position: relative;
	text-transform: uppercase;
	color: #f1b7d4;
	letter-spacing: 0.05em;
	font-weight: 600;
}

.btn--asap::before,
.btn--asap::after {
	display: block;
	content: "";
	position: absolute;
	border: 2px solid #f1b7d4;
}

.btn--asap:hover::after {
	transform: scale(0.75);
}

.btn--asap::before {
	height: 16px;
	width: 16px;
	left: 1px;
	bottom: -10px;
	transform: rotate(45deg);
	border-right: none;
	border-top: none;
}

.btn--asap::after {
	height: 90px;
	width: 90px;
	border-radius: 50px;
	bottom: -49px;
	left: -43px;
	transition: all ease-out 0.25s;
}

.login #backtoblog,
.login #nav {
	padding: 0 24px;
}

.login #login_error, .login .message, .login .success {
	padding:20px;
	margin-left:0;
	margin: 20px 0;
	background-color: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(10px);
	color:white;
	bottom:20px;
	left:20px;
	border:1px solid rgba( 255, 255, 255, .15 );
	border-left:4px solid;
}

.login #login_error .error {
	border-left-color: #ef4444;
}

.login .privacy-policy-page-link {
	margin-top:4em;
}

.login .privacy-policy-link {
	color:white;
	opacity: .7;
}

.login .wp-login-logo a {
	background: none !important;
    height: 200px !important;
    width: 200px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}