#auth_box {
	min-height: 70vh;
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-direction: column;
	gap: 25px;
}

form {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-direction: column;
	gap: 16px;
}

#field_code {
	display: none;
}