body {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #69bf4e13;
}

.form-signin {
  max-width: 360px;
  padding: 19px 29px 29px;
  margin: 0;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
     -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
          box-shadow: 0 1px 2px rgba(0,0,0,.05);
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin input[type="text"],
.form-signin input[type="password"] {
  font-size: 16px;
  height: auto;
  margin-bottom: 15px;
  padding: 7px 9px;
  background-color: #ffffff52;
}

h1,h2,h3,h4,h5 {
	font-family: system-ui;
}
h1 {
	font-size: 32px;
}
h5 {
	font-size: 18px;
}

.btn-fade {
  /* Aspetto del bottone */
  padding: 0 5px 10px 4px;
  font-size: 16px;
  font-family: Arial, sans-serif;
  color: white;
  background-color: #71bf4511; /* quasi trasparente */
  border: 2px solid #136c3b66;
  border-radius: 8px;
  cursor: pointer;

  /* Transizione graduale di 1 secondo */
  transition: all 1s ease;  /* <--- questo è l'attributo chiave */

  /* Opacità iniziale quasi trasparente */
  opacity: 0.15;
}

/* Stato quando il mouse è sopra (hover) */
.btn-fade:hover {
  opacity: 1;                  /* diventa completamente visibile */
  background-color: #71bf4588; /* più intenso */
  border-color: #71bf45;
  transform: scale(1.05);     /* opzionale: leggero ingrandimento */
}

.fa-qrcode {
    position: relative;
    top: 8px;
}
