@charset "utf-8";

/* Mobile */
@media only screen and (min-width: 0px) {
	.contenitore-login .contenitore-label-input-pieno{
		margin-top: 6px;
		margin-bottom: 6px;
	}
	.button-accedi-registrati {
		margin-top: 4px;
		margin-bottom: 4px;
	}
	.fascia-login .check-input{
		top: 13px;
	}
}


/* Desktop */ 
@media only screen and (min-width: 769px) {
	.button-accedi-registrati {
		width: 44%;
	}
}