/* Base CSS (dynamic styling is injected inline) */
body.login {
	min-height: 100vh;
}
#login h1 a {
	margin: 0 auto 18px;
	background-position: center;
	background-repeat: no-repeat;
}
.login form {
	margin-top: 10px;
}
