/* Stylesheet for the WordPress login page */

.login h1 a {
	width: 270px;
	height: 54px;
	padding: 20px 25px;
	margin-bottom: 0;
	background-image: url(../images/logos/Camp-Crosley-Reverse@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 270px auto;
	background-color: #004a7b;
}

.login form {
	margin-top: 0;
}
