h2 {
	margin-bottom: 0.3em;
}
.stdform {
	display: grid;
	grid-template-columns: max-content;
	justify-content: center;
	margin-top: 5%;
}
.stdform input {
	margin: 0.1em auto 0.1em auto;
}
.stdform input[type="submit"] {
	display: block;
	margin: 0.3em auto 1em auto;
}
.loginfailure {
	margin-bottom: 0.5em;
}
#nologin {
	margin-bottom: 0.4em;
}