body {
  background-color: #D9D9D9;
}

main {
  width: 100vw;
  height: auto;
  margin: 15vh auto;
}

.forgot-pw-input-wrapper {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

.forgot-pw-input-wrapper label {
  font-size: 1vw;
}

.forgot-pw-input-wrapper p {
  font-size: 0.8vw;
}

.forgot-pw-heading {
  font-size: 1.7vw;
  text-align: center;
  height: auto;
  margin-bottom: 1vw;
}

.tel-wrapper, .email-wrapper {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 1.2vh;
}

.inputs {
  width: 21vw;
  height: 3vh;
  border: none;
}

.forgot-pw {
  color: #1E8DB5;
  margin-top: 0.5vh;
  cursor: pointer;
}

#forgot-pw-link {
  text-decoration: none;
}

.birthday-options select {
  width: 7vw;
}

.sign-up-input-wrapper {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 1px;
}

.sign-in-btn, .sign-up-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.7vw;
  font-weight: 550;
  background-color: #7c5409;
  border: none;
  border-radius: 1vh;
  width: auto;
  height: 7vh;
  margin: 0 auto;
  padding: 0 15px;
  cursor: pointer;
}

.sign-in-btn:hover, .sign-up-btn:hover {
  background-color: #614208;
}

#sign-in-btn {
  margin-top: 3vh;
}

/*# sourceMappingURL=forgot-pw.css.map */
