/* Clases nuevas para reemplazar el uso incorrecto de h3/h6 en el formulario */

.form-note {
	font-size: 1.17em;
	font-weight: bold;
	margin: 0.5em 0;
}

.form-required {
	font-size: 0.75em;
	font-weight: bold;
}

.field-label {
	font-size: 1.17em;
	font-weight: bold;
}