.custom-form-button {
	width: 100%;
	text-transform: uppercase;
	font-size: .9rem;
	font-weight: 600;
}

label:not([class^="custom-control"]).required::after {
	content: " *";
	color: #f00;
}