:root {
  --bs-body-bg: var(--bs-gray-100);
}

.field-set {
	display: flex;
	align-items: center;
	justify-content: center;
}

.field-row {
	max-width: 450px;
	width: 50%;
	margin: 0 auto;
}

.field-row > * {
	margin: 0 auto;
}