body {
	background-color: white;
}

.main {
	background-color: #e2e8f0;
	padding-bottom: 100px;
}

input {
	appearance: none;
	background-clip: padding-box;
	background-color: var(--white);
	border: 1px solid #ced4da;
	border-radius: var(--border-radius);
	color: var(--text-color-dark);
	display: block;
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.5;
	padding: 0.375rem 0.75rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

button {
	border: 0;
	cursor: pointer;
	text-decoration: none;
	white-space: nowrap;
	border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
	border-radius: var(--bs-btn-border-radius);
	color: var(--bs-btn-color);
	display: inline-block;
	font-family: var(--bs-btn-font-family);
	font-size: var(--bs-btn-font-size);
	font-weight: var(--bs-btn-font-weight);
	line-height: var(--bs-btn-line-height);
	text-align: center;
	transition: all .08s ease-in;
	user-select: none;
	vertical-align: middle;
	border: 0;
	box-shadow: var(--button-shadow);
	background-color: #5368d5;
	padding: 10px;
	color: white;
	margin-top: 10px;
	margin-bottom: 10px;
}

.center-block {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
legend {
	font-weight: bold;
	font-size: 20px;
}
