body {
	background-color: #f383c4;
	/* background-size: cover !important; */
}

#backtoblog,
#nav {
	display: none;
}
#login > h1 > a,
.login h1 a {
	background: url("../img/login-logo.png");
	background-size: contain;
	background-position-y: center;
	/* width: auto !important; */
	/* max-width: 100%; */
	width: 320px !important;
	background-repeat: no-repeat;
}

.login #login_error,
.login .message,
.login .success,
#loginform {
	border-radius: 8px;
}
