/* Style for PCs */
@media screen and (min-width: 1025px) {
  .grecaptcha-badge {
    bottom: 60px !important;
  }
}
/* Style for iPad Pro */
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .grecaptcha-badge {
    bottom: 60px !important;
  }
}
/* Style for iPad */
@media screen and (min-width: 481px) and (max-width: 768px) {
  .grecaptcha-badge {
    bottom: 60px !important;
  }
}
/* Style for Smartphone */
@media screen and (max-width: 480px) {
  .grecaptcha-badge {
    bottom: 100px !important;
  }
}