/* The reset form uses the same centered Turnstile layout as registration. */
.reset-form #user-registration .reset-captcha { margin-top: 36px; text-align: center; }
.reset-form #user-registration .reset-captcha > .input-group {
  display: flex; flex-direction: column; align-items: center; width: 100%;
}
.reset-form #user-registration .reset-captcha .input-group-addon { display: none; }
.reset-form #user-registration .reset-captcha label.control-label {
  position: static; display: block; margin: 0 0 12px;
  color: #78909c; font-size: 100% !important; line-height: 1.4;
}
.reset-form #user-registration .reset-captcha .cf-turnstile {
  display: block; width: 300px; max-width: 100%; min-height: 65px; margin: 0 auto;
}
.reset-form #user-registration .reset-captcha .cf-turnstile iframe { max-width: 100%; }
