body.login {
	background: #02454a
}

body.login #nav a,
.login #backtoblog a {
	color: white;
}

body.login #nav a:hover,
.login #backtoblog a:hover {
	color: #44BBBD;
}

.login h1 a {
	background-image: url(../img/salem-volunteers-logo.png);
	width: 320px;
	height: 26px;
	background-size: cover;
}

.login .button-primary {
	background-color: #44BBBD;
	border: 0;
	box-shadow: none;
	border-radius: 0;
	text-shadow: none;
	font-weight: 600;
	font-size: 16px;
}

.login .button-primary:hover {
	background: #02454a
}
