/*Write your custom css in this file.*/

/* Geser badge reCAPTCHA sedikit ke atas */
.grecaptcha-badge {
  bottom: 60px !important;   /* atur naik-turunnya di sini (contoh: 64–120px) */
  transition: bottom 0.3s ease;
}

/* Responsif (mobile) */
@media (max-width: 576px) {
  .grecaptcha-badge {
    bottom: 90px !important;
  }
}