html {
	height: 100%;
}

body {
	display: flex;
	height: 100%;
	justify-content: center;
	align-items: center;
}

form {
	max-width: 400px;
	width: 100%;
}