/* Custom Login Styles */
body.login {
	background: #6c6d6f;
}

.login form {
	background: #f7f7f7;
	border-top: 7px solid #25a9df;
	border-bottom: 7px solid #25a9df;
	-moz-box-shadow: 0px 0px 30px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 30px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 30px rgba(0,0,0,0.3);
}

.login #nav a,
.login #backtoblog a {
	color: #25a9df !important;
	color: #333 !important;
}

.login h1 a {	
	background: url('images/getnoticed-login.png') no-repeat center top;
	background-image: url('images/getnoticed-login.svg'), none;
	background-size: 270px;
	height: 148px;
	width: 270px;
}

.login form .button-primary {
	background: #25a9df;
}

.interim-login h1 a {
	background-size: 70%;
	height: 0;
	padding-top: 39%;
}
