.page {
  background: url('/public/vetsTheme/assets/images/fondo_contrasena.png') no-repeat center center fixed;
  background-size: cover;
}

.page-forgot-password {
  background-color: #eee;
}

.page-forgot-password p {
  color: #9e9e9e;
}

#forgotPasswordDiv {
  max-width: 370px;
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  margin: auto;
}

#emailSentDiv {
  max-width: 750px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  margin: auto;
}

#titleText {
  color: #4297A8;
  font-size: 21px;
  font-family: 'Montserrat', sans-serif;
  font-weight:600;
  line-height: 1.2;
}

#descriptionText {
  font-family: 'Raleway', sans-serif;
  font-weight:500;
  line-height: 1.2;
}

#emailDiv {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}