body {
	background: #e4e4e4;
}

a:hover, a:focus {
	color: #16b57d !important;
}

#login h1 a, .login h1 a {
	background-image: url(../img/docs.png);
	background-size: 120px 39px;
	background-repeat: no-repeat;
	padding-bottom: 30px;
	width: 120px;
	height: 39px;
}

.wp-core-ui .button-primary {
	background: #16b57d;
	border: 0;
	-webkit-box-shadow: 0 1px 0 #149064;
	box-shadow: 0 1px 0 #149064;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 -1px 1px #149064, 1px 0 1px #149064, 0 1px 1px #149064, -1px 0 1px #149064;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.wp-core-ui .button-primary:hover {
	background: #098a5d;
	border: 0;
	-webkit-box-shadow: 0 1px 0 #055e3f;
	box-shadow: 0 1px 0 #055e3f;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 -1px 1px #055e3f, 1px 0 1px #055e3f, 0 1px 1px #055e3f, -1px 0 1px #055e3f;
}

.login form .input:focus, .login input:focus {
	outline: none;
	box-shadow: 0;
	border: 1px solid #333;

}
