/* Custom Login CSS */

html {
	opacity: .9;
	background-image: url(../img/bg.svg);
	background-size: cover;
	background-attachment: fixed;
}

html:before {
	content: '';
	width: 130px;
	height: 24px;
	background-image: url(../img/enym-b.svg);
	background-size: contain;
	position: absolute;
	bottom: 30px;
	right: 40px;
	background-repeat: no-repeat;
}

body {
	background: transparent;
}

/*ABOVE*/

.login #login_error,
.login .message,
.login .success {
	color: #38608c;
}

.message .login a {
	color: #38608c;
}

body.login p.message {
	color: #6a97d2 !important;
}

/*FORM*/

#loginform,
#lostpasswordform {
	/*backdrop-filter: blur(10px);*/
	background: #1d2327 !important;
	color: #fff !important;
	border: none !important;
	position: relative;
	overflow: hidden;
	padding: 40px !important;
	margin-top: 20px !important;
	border-radius: 12px !important;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3) !important;
}

.login input[type=password],
.login input[type=text] {
	border: 0;
}

/*.login input[type=submit].button-primary,*/
.wp-core-ui .button-primary,
.wp-core-ui .button {
	border: 0;
	margin-top: 20px;
	color: #fff;
	background: #62B3F8;
	text-transform: uppercase;
	transition: all .2s;
}

.wp-core-ui .button-primary.focus,
.wp-core-ui .button-primary.hover,
.wp-core-ui .button-primary:focus,
.wp-core-ui .button-primary:hover {
	background: #424242;
	transition: all .2s;
}

.login form input[type=checkbox],
.login input[type=text] {
	border: 0;
}

/*BELOW*/

#backtoblog {
	margin-left: 17px !important;
	text-indent: -17px;
}

#language-switcher select,
.login form {
	border: 0;
	border-radius: 0;
}

.language-switcher {
	display: none;
}

.login form#language-switcher {
	background: none !important;
}

.logintext {
	background: #e2e2e263 !important;
	padding: 25px;
	font-size: 13px;
	font-weight: 600;
}

.login #backtoblog a,
.login #nav a,
.login .privacy-policy-page-link a {
	font-size: 13px;
	text-decoration: none;
}

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

#backtoblog {
	margin: 5px 0;
}

.dashicons-visibility:before {
	color: #62b3f8;
}

.login .privacy-policy-page-link {
	text-align: left;
	width: unset;
	margin: unset;
	padding: 0 24px 0;
	font-size: 14px;
}

#nav a:before,
.privacy-policy-page-link a:before {
	content: '← ';
}


/*
body.login:before {
	z-index: -2;
	opacity: .4;
	background-color: #ffffff !important;
	background: radial-gradient(circle farthest-corner at 100% 0, #827be9, rgba(130, 123, 233, 0));
	background: radial-gradient(circle farthest-corner at 100% 0, #000000, rgba(130, 123, 233, 0));
}


body.login:before {
	position: absolute;
	top: 0;
	display: block;
	content: '';
	left: 0;
	right: 0;
	bottom: 0;
}


body.login:after,
body.login:before {
	position: absolute;
	top: 0;
	display: block;
	content: '';
	left: 0;
	right: 0;
	bottom: 0;
}
	*/