body {
	background: #f2f2f2;
	color: #000;
}

#login h1 {
	font-size: 30px;
	line-height: 1;
	font-weight: bold;
}

#login h1 a {
	background: none;
	height: auto;
	width: auto;
	border-radius: 0;
	text-indent: 0;
	margin: 0 0 30px;
	overflow: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	color: #000;
}

a {
	color: #484848;
	transition: background-color .15s, color .15s;
}

a:active, a:hover {
	color: #000;
}

.wp-core-ui .button-primary {
	background: #484848;
	border-color: #484848;
	box-shadow: none;
	color: #fff;
	text-decoration: none;
	text-shadow: none;
	transition: background-color .15s, color .15s;
}

.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: #000;
	border-color: #000;
	color: #fff;
}

.login #login_error, 
.login .message, 
.login .success {
	background: #fff;
	color: #000;
	box-shadow: none;
}

p#nav, p#backtoblog {
	text-align: center;
}

.login #backtoblog, .login #nav {
	padding: 0 10px 0;
}

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

.login form {
	padding: 30px;
	border: none;
	box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}