.form {
	width: 100%;
	min-height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.form__container {
	display: flex;
	flex-direction: column;
	width: 300px;
	gap: 4px;
}

.label {
	margin-top: 4px;
}
