a,
button{
	outline: none !important;
	box-shadow: none !important;
}
#login{
	padding: 4% 0 0;
	width:  100%;
	max-width: 400px;
	margin-bottom: 20px;
}

#login h1 a {
	width: 100%;
	height: 150px;
	background-position: center center !important;
}

.login form{
	border-radius: 15px;
	padding: 40px 40px;
}

.login #nav a,
.login #backtoblog a {
	color:#fff !important;
	text-shadow:none;
	text-decoration:none;
}

.login #nav a:hover,
.login #backtoblog a:hover {
	color:#ccc !important;
}

.login #nav {
	margin: 15px 0 15px 0;
}

.login #backtoblog,
.login #nav{
	padding: 0px;
}

#login #loginform ~ #nav{
	display: none;
}

#login ~ .language-switcher{
	max-width: 400px;
	margin: 0 auto;
	text-align: right;
}

.wp-core-ui p .button#wp-submit {
	background-color: #8bb949;
	border: 1px solid #8bb949;
	text-align: center;
	text-transform: uppercase;
	transition: 0.5s;
	background-size: 200% auto;
	color: white;
	box-shadow: 0 0 20px #eee;
	border-radius: 10px;
	display: block;
	min-height: 40px;
	padding: 0 20px;
	font-weight: 600;
}
.wp-core-ui p .button#wp-submit:hover {
	background-color: #fff;
	color: #333;
	text-decoration: none;
}

#backtoblog{
	display: none;
}

.login form{
	margin-top: 0px;
	border: 0px solid #c3c4c7;
	box-shadow: rgb(14 30 37 / 12%) 0px 2px 4px 0px, rgb(14 30 37 / 32%) 0px 2px 16px 0px;
}

.login form .input#user_login,
.login form .user-pass-wrap .wp-pwd input{
	font-size: 16px;
	padding-left: 40px;
	min-height: 45px;
}

.login form > p,
.login form .user-pass-wrap .wp-pwd{
	position: relative;	
}

.login form > p:first-child:before{
	position: absolute;
	font-family: "Font Awesome 5 Free";
	content: "\f007";
	font-weight: 900;
	top: 50%;
	left: 15px;
	margin-top: -5px;
	font-size: 18px;
	color: #889aa4;
	z-index: 11;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.login form .user-pass-wrap .wp-pwd:before{
	position: absolute;
	font-family: "Font Awesome 5 Free";
	content: "\f084";
	font-weight: 900;
	top: 50%;
	left: 15px;
	margin-top: -5px;
	font-size: 18px;
	color: #889aa4;
	z-index: 11;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.login form .user-pass-wrap .wp-pwd button{
	min-width: 45px;
	min-height: 45px;
}

.login .button.wp-hide-pw:focus{
	outline: none;
	border: 0px;
	box-shadow: none;
}

.login form > p:first-child label,
.login form .user-pass-wrap label{
	display: none;
}

/* .language-switcher{
	display: none !important;
} */

.language-switcher label .dashicons{
	color: #fff;
}