.centra_login {
    width: 300px;
    margin: 50px auto;
    padding: 50px;
    background: #5f9ea0bf;
}

.central {
    width: 620px;
    margin: 50px auto;
    padding: 50px;
    background: #5f9ea0bf;
}
.img_sfondo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('https://storage.needpix.com/rsynced_images/uganda-2138172_1280.jpg') center center fixed;
    background-size: cover;
    z-index: -1; /* Posiziona dietro gli altri elementi */
}

.button-container {
    width: 300px;
    margin: 50px auto;
    padding: 50px;
    background: #5f9ea0bf;
}



#user_login {
    background: #ffffffa1;
}
#user_pass {
    background: #ffffffa1;
}


label {
    font-size: 0.8rem;
    color: #fff!important;
}
a:link {
    color: white!important;
  }
  
  /* Stile per i link visitati all'interno di #mioDiv */
  a:visited {
    color: white!important;
  }
  
  /* Stile per i link al passaggio del mouse all'interno di #mioDiv */
  .centra_login a:hover {
    color: white!important;
  }
  
  /* Stile per i link attivi (dopo il clic) all'interno di #mioDiv */
   a:active {
    color: white!important;
  }