body {
	background: #0d2549;
}

html {
	background: none;
}

.loginSection {
	background: #A3B8BF;
	color: #0d2549;
	padding: 25px;
}

	.loginSection img.ourlogo {
		width: 100%;
		margin-bottom: 30px;
		padding: .25in;
	}

	.loginSection a#ForgotYourPasswordLink,
	.loginSection label[for="RememberMe"] {
		color: #0d2549;
		font-weight: bold;
	}

	.loginSection #footer-contact-information a {
		color: #0d2549;
		font-weight: bold;
	}

#body h3 {
	text-align: center;
}
div#socialLoginList {
	text-align: center;
}