body.login { 
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.login #backtoblog, 
.login #nav,
.message {
	text-align: center;
}
.login #backtoblog a, 
.login #nav a,
.login label {
	color: #FFF;
	font-size: 14px;
	font-weight: 700;
}
.login h1 a {
	display: block;
	background-image: url(../images/logo.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	padding-bottom: 30px;
	width: auto;
	height: auto;
}
.login form {
	background-color:rgba(0,0,0,0.3);
}
