/*
 * ICS Auth Plugin - Master Responsive CSS
 */
html {
    scroll-behavior: auto !important;
}
/* ===========================================
   DESKTOP (default - no media query)
   =========================================== */
.ics-auth-inline-signin {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
html {
    height: auto !important;
}
/* ===========================================
   TABLET PORTRAIT - 768px and below
   =========================================== */
@media (max-width: 768px) {
    .ics-auth-button-primary:hover,
    .ics-auth-button-secondary:hover {
        transform: none;
    }
}
/* ===========================================
   MOBILE - 498px and below
   =========================================== */
@media (max-width: 498px) {
    .ics-auth-inline-signin {
        padding: 30px 35px;
    }
    
    .ics-auth-recovery-wrapper .ics-auth-inline-title {
        font-size: 32px;
    }
}
/* ===========================================
   MOBILE SMALL - 398px and below
   =========================================== */
@media (max-width: 398px) {
    .ics-auth-inline-signin {
        padding: 30px 20px;
    }
    
    .ics-auth-recovery-wrapper .ics-auth-inline-title {
        font-size: 28px;
    }
}