#reset-password-form {
  max-width: 500px;
}

#reset-password-form > div:has(img.captcha) {
  direction: ltr;
  display: flex;
  flex-wrap: wrap;
  column-gap: 2rem;
  border-top: thin solid var(--color-divider);
  margin-top: 2rem;
  padding-top: 2rem;
}

#reset-password-form #id_captcha_1 {
  flex: 1;
}

img.captcha {
  object-fit: contain;
}
