.reset-password-form {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  padding: 0;
  width: 100%;
}

.reset-password-form-helper {
  margin-bottom: 24px;
  width: 100%;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 14px;
  color: rgba(6, 6, 8, 0.6);
  align-self: flex-start;
}

.reset-password-form-inputs {
  width: 100%;
  display: flex;
  margin-bottom: 24px;
  flex-direction: column;
}

.reset-password-form-button-send-link {
  align-self: stretch;
  margin-bottom: 16px;
  width: 100%;
}

.reset-password-form-button-send-link::part(button),
.reset-password-form-button-send-link button {
  background: var(--color-near-black);
  color: var(--color-hard-white);
  border: none;
  border-radius: 0;
  padding: 14px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  width: 100%;
  cursor: pointer;
}

.reset-password-form-footer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin-top: 16px;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 13px;
}
