/* Stylesheet for the WordPress login page */

body {
	background: #f4f4f5;
}

.login h1 a {
	width: 210px;
	height: 48px;
	margin-bottom: 20px;
	background-image: url(../images/logos/IndyGo-Logo-Blue.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.login form {
	margin-top: 10px;
}
