

html * {
    font-family: "Exo-Regular"; 
  }
  
     /* Overlay scuro */
     #overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.7);
      display: flex; /* ora è visibile subito */
      justify-content: center;
      align-items: center;
      z-index: 9999;
    }
  
    /* L’immagine in primo piano */
    #overlay img {
      max-width: 90%;
      max-height: 90%;
      border-radius: 10px;
      box-shadow: 0 0 20px #000;
    }
  
    .loginTb
    {
      width: 300px;
      height:300px;
      border-style:solid;
      border-color: black;
      border-radius: 0,5;
      background-image: url('images/Backgrounds/bgCarbonBlu.png');
      
    }
  
    .loginTb td.input
    {
      background: rgba(128, 128, 128, 0.5); /* grigio trasparente */
      color:white;
  
    }


    #login-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.75);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*
#login-modal {
    width: 400px;
    max-width: 90%;
}
    */

#login-modal {
    width: 95%;
    max-width: 450px;
}


body {
    overflow: hidden;
}


.login-link {
    font-size: 0.9rem;
    color: #6c757d;
    text-decoration: none;
    margin: 0 6px;
}

.login-link:hover {
    text-decoration: underline;
    color: #212529;
}

#login-overlay {
    backdrop-filter: blur(14px) saturate(120%);
}
