
label.required::before {
	content: "*";
	color: red;
}

