#forgottenBox{
  margin-left: auto;
  margin-right: auto;
  margin-top: 150px;
  
  width: 305px;
  padding: 10px;
  
  border-radius: 10px;  
  
  background-color: #ececec;
  color: darkgrey;
  
  text-align: center;  
}

#forgottenBox .label{
  text-align: left;  
  margin-bottom: 5px;
  margin-left: 30px;
}


#box398{
  margin-left: auto;
  margin-right: auto;
  margin-top: 150px;
  width: 400px;
  
  color: darkgrey;
  
}

.btnLogin {
  width: 255px;
  border: 1px solid dodgerblue;
  border-radius: 4px;
  
  background-color: dodgerblue;
  color: white;
  
  margin-top: 5px;
  margin-bottom: 5px;
  
  padding-top: 5px;
  padding-bottom: 5px;
}