body{
  height: 100%;
  margin:0 auto;
  background-color: #A0CC4E;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  }
h1 {
  margin-top: 60px;
  margin-bottom: 50px;
  text-align: center;
  font-size: 80px;
  color: #A0CC4E;
  font-family: calibri;
  background-color: white;
  }
h2 {
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
  font-size: 50px;
  color: white;
  font-family: calibri;

}
h3 {
  font-size: 20px;
  margin-bottom: 5px;
  color: blue;
  font-family: calibri;
}
input {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 40px;
  color: #3076A4;
  background-color:white;
  height: 100px;
  font-family: calibri;
  border-radius: 20px;
}
button {
  padding: 10px 40px 60px 40px;
  font-size: 40px;
  color: white;
  background-color: red;
  height: 70px;
  font-family: calibri;
  border-radius: 20px;
  margin-bottom: 20px;

}

#number{
  margin-top:10px;
}

   .passwordRecoveryAhref {
       margin-top: 5px;
       margin-bottom: 5px;
       text-align: center;
       font-size: 24px;
       color: blue;
       height: 24px;
       font-family: calibri;
   }
