.auth-page {
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover;
	background-position: center;
}

.auth-card {
	width: 100%;
	max-width: 400px;
	margin: 1rem;
}
