body {
	background: #000;
}

.login h1 {
	display: none;
}

.login form {
	background: #203826;
	color: #e2e2e2;
	margin-top: calc(100% - 50%);
}

.login input[type="text"],
.login input[type="password"] {
	background-color: #e2e2e2;
	border-color: #ddd;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.login input[type="submit"] {
	background-color: #ccc;
	color: #203826;
	border-color: #e2e2e2;
	border-radius: 4px;
}

.login input[type="submit"]:hover,
.login input[type="submit"]:active {
	background-color: #203826;
	color: #ccc;
	border-color: #e2e2e2;
}

.login input[type="submit"]:focus {
	outline: none;
	border: 1px solid #e2e2e2;
}
.login .message {
	border-color: 203826;
}
.login p {
	text-align: center;
}
.login p#nav a,
.login p#backtoblog a,
.login p a,
.login p a:link {
	color: #fff;
	padding: 10px 20px;
	margin: 5px auto;
}

.login p#nav a:hover,
.login p#nav a:active,
.login p#backtoblog a:hover,
.login p#backtoblog a:active,
.login p a:hover,
.login p a:active {
	color: #fff;
	background-color: #203826;
	border-radius: 4px;
	border: 1px solid #e2e2e2;
}

.login p a:focus {

}

.login p#backtoblog a {
}

.login p a.button.login-back-to-site {
}

/*
.login h1 a {
	background: transparent url('../img/h1-back.png') no-repeat center center;
	width: 204px; 
	height: 69px;
}

.login form {
	background: #203826;
	color: white;
}

.login form label {
	color: white;
}

.login form input {
	background-color: white;
}

.login input:-webkit-autofill {
	background-color: white;
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}

.login form input#wp-submit.button.button-primary.button-large {
	padding: 0 28px 2px;
	margin: 0;
	border: 1px solid white;
	background: #eee;
	text-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.login form input#wp-submit.button.button-primary.button-large:hover,
.login a.button.login-back-to-site:hover {
	color: #148532;
	background-color: white;
	-webkit-border-radius: 0;
	border-radius: 0px;
}

.login form input#wp-submit.button.button-primary.button-large:active,
.login a.button.login-back-to-site:active {
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.login form#lostpasswordform p.submit {
	display: flex;
	align-items: center;
	justify-content: center;
}

.login form#lostpasswordform .button.button-primary {
	float: none;
}

.login a.button.login-back-to-site {
	padding: 5px 28px; 
	height: auto;
	font-size: 1.2em;
	margin: 0;
	border: 1px solid white;
	background: transparent;
	text-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	color: white; 
	display: block;
	width: 185px;
	margin: 0 auto;
	white-space: nowrap;
}

.login p#nav a.wp-login.lost-password a,
.login p#back-to-blog a,
.login a.button.login-back-to-site:hover,
.login a.button.login-back-to-site:active {
	background-color: #045c28;
	color: #b3b3b3; 
	-webkit-border-radius: 0; 
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.login label {
	font-size: 12pt;
	color: #555;
}

.login input[type="text"],
.login input[type="password"] {
	background-color: #e2e2e2;
	border-color: #ddd;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.login input[type="submit"] {
	color: #999;
}
*/