@charset "utf-8";

/* Mobile */ 
@media only screen and (min-width: 0px) {
    .fascia-registrazione .blocco-input-errore-aperto{
		height: 36px !important;
	}
	.fascia-recupero-password .blocco-input-errore-aperto{
		height: 36px !important;
	}
}

/* Desktop */ 
@media only screen and (min-width: 769px) {}