img {
  filter: brightness(60%);
}
body { 
  background: #883A8D ; 
height: 100%;
background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


div.piede {
  font-family: Lato !important;
  font-size: 10px;
  font-weight: 300;
  height: 50px;
  vertical-align: middel;
}
div.sottotitolo2 {
  font-family: Lato !important;
  font-weight: 300;
  font-size: 100%;
}
div.testo_login {
  font-family: Lato !important;
  font-weight: 700;
  font-size: 170%;
  color: gray;
}
div.class-retrieve_pswd {
  font-family: Lato !important;
  font-weight: 300;
  font-size: 80%;
}
a:link {
  color: gray;
  text-decoration: none;
}
a:visited {
  color: gray;
  text-decoration: none;
}
a:hover {
  color: black;
  text-decoration: none;
}

.allButFooter {
  font-family: Lato !important;
    min-height: calc(97vh - 50px);  
}