/* fix cambio colore per campi disabled */

/* problema con altezza footer */


/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
@media only screen
  and (min-width: 1024px)
  and (max-height: 1366px)
  and (-webkit-min-device-pixel-ratio: 1.5) {
    footer {
      height: 765px !important;
    }
}
