.login h1 a{
	background:url(../images/login-logo.png) no-repeat top;
	width:220px;
	height:120px;
	text-indent:-9999px;
	overflow:hidden;
	padding-bottom:15px;
	display:block
}
body.login.wp-core-ui .button-primary {
	background: #66ce00;
    border-color: #66ce00;
}
	body.login.wp-core-ui .button-primary:hover {
		background: #018343;
		border-color: #018343;
	}