body {
	cursor: default;
}

strong {
	padding: .1em;
	background-color: #fcf8e3;
}

label.required::after,
legend.required::after {
	content: "*";
	color: #dc3545;
	font-weight: bold;
}

.form-check-label {
	cursor: pointer;
}

.form-check-label:hover,
.form-check-input:checked + .form-check-label {
	text-decoration: underline;
}

.form-control:hover:not(:focus) {
	border-color: #495057;
}
