/* Add a label above the Cloudflare Turnstile CAPTCHA */
.form-group.captcha::before {
  content: "Let’s check if you are human 👇";
  display: block;
  font-family: Poppins;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 8px;
  color: #ffff;
}
