.forgot-password-title{
    text-align: center;
    padding-top: 70px;   
}

.forgot-contenedor{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100vh;
}

.forgot-form{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 30px;
    margin-top: 40px;
}

.fields-forgot{
    width: 300px;
    height: 30px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    align-items: center;
}

  .forgot-message{
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
  }