html, body {
	min-height:100vh;
}

body {
	display:flex;
	align-items: center;
	justify-content: center;
}

.alert {
	border-radius: 0px;
}