body {
	background-color: #f1f3f4;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

h2, a {
	color: #26526A;
}

a:hover {
	color: #0074cc;
}

.form-container {
	background: #ffffffe0;
	padding: 2em;
	border-radius: 1em;
	max-width: 30em;
}

.cover.container {
	max-width: none !important;
}

.footer {
	line-height: var(--bs-body-font-size);
}

.footer-divider {
	display: inline-block;
	height: 20px;
	margin: 0 10px;
	border-left: 1px solid var(--bs-gray);
	vertical-align: sub;
}

.footer-links a:not(:last-child)
{
	margin-right: 10px;
}

.btn-green {
	background-color: #77d47b;
	border-color: #77d47b;
	font-weight: 600;
}

.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active {
	background-color: #52ad56;
	border-color: #52ad56;
}
