.forgot-section {
  align-items: flex-start;
  padding: 88px 16px 28px;
  min-height: calc(100vh - 88px);
  height: auto;
}

.forgot-container {
  max-width: 420px;
  padding: 22px 18px;
}

.forgot-title {
  font-size: 26px;
  margin-bottom: 14px;
}

.forgot-input-wrapper label {
  font-size: 13px;
}

.forgot-container input[type="email"] {
  font-size: 16px;
  padding: 10px;
}

.forgot-button {
  font-size: 16px;
  padding: 12px 14px;
  height: auto;
}