body {
	margin: 0;
	display: flex;
	align-items: center;
	overflow: hidden;
}

.main {
	width: 100%;
	height: 100%;
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url("/img/bg-step.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.form-wrapper {
	max-width: 450px;
	margin-inline: auto;
}
