body {
  background-image: url(../imgs/marmo.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
  
  h1,
  h2,
  h3 {
    font-family: 'Montserrat', sans-serif;
  }
  
  .section-title {
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: center;
    color: #212529;
  }
  
  .carousel-item {
    height: calc(100vh - 80px);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 100%;
  
  }
  
  .carousel-indicator {
    background-color: #212529;
  }
  
  
  .btn-login {
    background-color: #FFAA00;
    color: black;
    /* Per il contrasto */
    border-color: #FFAA00;
  }
  
  
  /* Assicurati che l'effetto "hover" mantenga i colori */
  .btn-login:hover {
    background-color: #ffaa00;
    border-color: #ffaa00;
  }
  
  .btn-ritorna {
    align-items: left;
  }
  
  a {
    text-decoration: none;
  }
  
  a:hover {
    text-decoration: none;
  }
  
  #showPassword {
    position: absolute;
    top: 43px;
  }

  #showPassword1 {
    position: absolute;
    top: 43px;
  }

  #showPassword2 {
    position: absolute;
    top: 43px;
  }
  
  #timer {
    font-size: 2em;
    font-weight: bold;
}
  
/* Stile per il modal */
.modal {
  display: none; /* Nascosto per default */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.modal-dialog {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

/* Stile per il contenuto del modal */
.modal-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  width: 300px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rigeneraCodicePadding{
  padding-top: 1.5rem;
}