body.login {
	background: url('images/hdr_home.jpg') no-repeat center center;
	background-size: cover;
}
body.login:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: -webkit-linear-gradient(rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.75) 100%);
	background: -o-linear-gradient(rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.75) 100%);
	background: linear-gradient(rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.75) 100%);
	z-index: 9;
}
#login {
	position: relative;
	z-index: 10;
}
.login #nav a, .login #backtoblog a {
	color: white;
}
.login h1 a {
	background-image: url('images/logo.svg');
	background-position: center center;
	background-repeat: no-repeat;
	width: 112px;
	height: 150px;
	background-size: contain;
}