#esqueciSenha {
  width: 100%;
  height: 100%;
  background-image: url("../assets/form_1.jpg");
  background-size: cover;
  overflow-y: scroll;
  padding: 100px 0;
}

#esqueciSenha .esqueciSenhaForm {
  background-color: #dedee0;
  padding: 20px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

#esqueciSenha .formTitle {
  font-family: serif;
  margin-bottom: 0 !important;
  font-size: clamp(34px, 3vw, 50px);
}

#esqueciSenha .formDesc {
  font-weight: bold;
  font-size: clamp(18px, 2vw, 20px);
}

#esqueciSenha .inputs {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

#esqueciSenha .formLabel {
  font-weight: bold;
  margin: 20px 0 5px;
  font-size: clamp(18px, 3vw, 20px);
}

#esqueciSenha .formInput {
  border: 2px solid #000;
  background: transparent;
  width: 100%;
  height: 40px;
  font-size: clamp(18px, 3vw, 20px);
}
#esqueciSenha .btnSubmit {
  width: 100%;
  background-color: #000;
  padding: 10px 20px;
  color: #fff;
  margin-top: 150px;
  font-size: 20px;
}

@media (min-height: 800px) and (min-width: 768px) {
  #esqueciSenha {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (min-width: 0px) {
  #esqueciSenha {
    flex-direction: column;
    justify-content: center !important;
    gap: 30px;
  }
}

@media (min-width: 992px) {
  #esqueciSenha {
    flex-direction: row;
    gap: 30px;
  }
}

@media (min-width: 1040px) {
  #esqueciSenha {
    justify-content: space-between !important;
  }
}
