body.login {
	background: white;
}
.login h1 a {
	background-image: url('images/logo-portraits.svg');
	background-position: center center;
	background-repeat: no-repeat;
	width: 200px;
	height: 100px;
	background-size: contain;
}
#backtoblog, .forgetmenot {
    display: none;
}
.login form {
	background: whitesmoke;
	border: none;
	border-radius: 1em;
}