
.form-check-label {
	margin: 0 1rem;
}
label.required::before {
	content: "*";
	color: red;
}

