/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

label.error {
    display: block !important; /* Cambia da none a block */
    color: #e42c3e !important; /* Colore rosso (o usa la variabile del tuo template) */
    font-size: 13px;
    margin-top: 5px;
    font-weight: 500;
}