/* ================================================
   SFONDO ANIMATO LOGIN – Icone GEST con fisica
   ================================================ */

.auth-floating-icons {
    position: fixed;
    inset: 0;
    overflow: hidden;
    z-index: 1;
    pointer-events: none;
}

/* Ogni icona */
.floating-icon {
    position: absolute;
    width: 44px;
    height: 44px;
    opacity: 0.22;
    filter: drop-shadow(0 4px 6px rgba(0,0,0,0.18));
    transition: filter 0.3s ease;
}


/* Card SEMPRE sopra le icone */
.auth-card {
    position: relative;
    z-index: 10;
}
