.login h1 a {
	background: url(logo.png) no-repeat center center;
	background-size: 300px 72px;
	width:300px; 
	height:72px; 		
}

.login form label{
	text-align: center;
	line-height: 2.2;
}
.login form .input, .login input[type=password], .login input[type=text]{
	font-size: 28px
}
.wp-core-ui .button-group.button-large .button, .wp-core-ui .button.button-large{
	display: block;
	background: #E64763;
	border: 1px solid #E64763;
	float: none;
	margin: 0 auto;
	width: 100%;
	border-radius: 5px;
	padding: 10px 0;
}
