body {
	background: #fff;
}

#login{
	width: 460px !important;
	padding-top: 20px !important;
}

.login h1 a {
	width: 460px !important;
	height: 200px !important;
	background-size: 460px 200px !important;
}

.login .message, .login #login_error {
	border-left: 8px solid #0f0f0c!important;
	background: #0f0f0c;
	color: #fff !important;
}

.login form {
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	padding: 30px;
	background-clip: padding-box;
	background: #e8241e;
}

.login label {
	line-height: 40px;
	color: #fff;
}

.login .button-primary {
	float: right;
	box-shadow: none;
	border-radius: 0px !important;
	width: 150px;
	height: 50px !important;
	background: #0f0f0c;
	line-height: 32px !important;
	color: #fff;
}

.login .button-primary:hover {
	box-shadow: none;
	border: 1px solid #e8241e;
	background: #e8241e;
	color: #fff;
}

.wp-core-ui .button-primary {
	-webkit-box-shadow: #e8241e;
	box-shadow: #e8241e;
	border-color: #e8241e;
	background: #0f0f0c;
	text-decoration: none;
	text-shadow: none;
	color: #fff;
}

.login #backtoblog a:hover, .login #nav a:hover, .login h1 a:hover {
	color: #fff;
}