@font-face {
  font-family: "Aeonik";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url('fonts/Aeonik-Regular.woff2') format('woff2'), url('fonts/Aeonik-Regular.woff') format('woff');
}
body {
	background-color: #fff!important;
	font-family: "Aeonik"!important;
}
a:link, a:visited {
    color: #3a9c5c !important;
}
a:hover, a:active {
    color: #6b6b6b !important;
}
#login h1 a, .login h1 a {
	background-image: url('/wp-content/uploads/green_worldness_logo.svg');
	height:99px;
	width:270px;
	background-size: 270px 99px;
	background-repeat: no-repeat;
	margin-bottom: 0;
}
.login form {
	border: 0!important;
	box-shadow: none!important;
}
.login label {
	font-size: 14px!important;
}
.login form .input, .login input[type=password], .login input[type=text], .input:focus, .login input[type=password]:focus, .login input[type=text]:focus, .input:active, .login input[type=password]:active, .login input[type=text]:active, .input:hover, .login input[type=password]:hover, .login input[type=text]:hover, select#language-switcher-locales {
	background: #eee !important;
	outline: none !important;
	border-width: 0 !important;
	border-radius: 0 !important;
}
p.submit {
	display: block;
	text-align: center !important;
	width: 100%;
}
.login form .forgetmenot {
	float: none !important;
}
input[type=checkbox]#rememberme {
	-webkit-appearance: none;
	appearance: none;
	transform: translateY(2px);
	border: 0px solid #eee;
    border-radius: 0;
    background: #eee;
	box-shadow: none;
    color: #3a9c5c;
	font: inherit;
	width: 16px;
	height: 16px;
	margin: 0;
	margin-right: 5px;
	display: grid;
	float: left;
	place-content: center;
}
input[type=checkbox]#rememberme::before {
	content: "";
	width: 10px;
	height: 10px;
    border-radius: 0;
	transform: scale(0);
	transition: 120ms transform ease-in-out;
	box-shadow: inset 12px 12px #3a9c5c;
}
input[type=checkbox]#rememberme:checked::before {
  transform: scale(1) translateY(2px) translateX(2px);
}
input#wp-submit, .wp-core-ui .button-primary.active, .wp-core-ui .button-primary.active:focus, .wp-core-ui .button-primary.active:hover, .wp-core-ui .button-primary:active {
	background: #3a9c5c !important;
	color: #fff !important;
	border-color: #3a9c5c !important;
	text-transform: uppercase;
    letter-spacing: 4px;
	font-size: 14px;
	float: none;
	border-radius: 0 !important;
	font-weight: bold;
	line-height: 1.7em;
	padding: 13px 25px;
	margin-top: 25px;
}
.login .button.wp-hide-pw, .login .button.wp-hide-pw:active, .login .button.wp-hide-pw:focus, .login .button.wp-hide-pw:hover {
	background: #eee !important;
	border: 0 solid transparent !important;
	border-radius: 0 !important;
}
select#language-switcher-locales {
	background: #eee url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E') no-repeat right 5px top 55% !important;
}
.wp-core-ui select:hover {
	color: #3a9c5c !important;
}
.wp-core-ui .button-secondary:active, .wp-core-ui .button:active {
	background: #fff !important;
	border-color: #3a9c5c !important;
}
.wp-core-ui .button, .wp-core-ui .button-secondary {
	color: #3a9c5c !important;
	border-color: #3a9c5c !important;
	background: #fff !important;
}
.wp-core-ui .button-secondary:hover, .wp-core-ui .button.hover, .wp-core-ui .button:hover {
	background: #fff !important;
	border-color: #3a9c5c !important;
	color: #3a9c5c !important;
}
.wp-core-ui .button, .wp-core-ui .button-secondary {
	color: #3a9c5c !important;
	border-color: #3a9c5c !important;
	background: #fff !important;
}
.wp-core-ui .button, .wp-core-ui .button-primary, .wp-core-ui .button-secondary {
	padding: 0 10px;
	border-width: 1px;
	border-style: solid;
	border-radius: 0 !important;
	box-sizing: border-box;
}		
.login #backtoblog a,.login #nav a {
	color: #3a9c5c !important;
}
.login #backtoblog a:hover,.login #nav a:hover,.login h1 a:hover {
	color: #6b6b6b !important;
}
.login #backtoblog a:focus,.login #nav a:focus,.login h1 a:focus {
	color: #3a9c5c !important;
}
.login #login_error, .login .message, .login .success {
	border: 0 !important;
	color: #fff;
	font-size: 14px;
	box-shadow: none !important;
	text-align: center;
}
.login #login_error {
    background-color: #DE2447 !important;
}
.login .message, .login .success {
	background-color: #3a9c5c !important;
}
.login #login_error a {
	color: #fff !important;
}
p.auryn-credits {
	color: #6b6b6b;
	text-align: center;
	margin: 10px 0 25px !important;
}