.g-recaptcha {
  margin-top: -2.5em !important;
}

footer .bottom {
  padding: 35px 0 80px 0px !important;
}

.grecaptcha-badge {
  position: absolute !important;
  bottom: 0 !important;
  right: 0 !important;
  left: 25px !important;
  top: 100px !important;
}

@media all and (max-width: 642px) {
  .g-recaptcha {
    margin: 1em 0 0 0 !important;
    float: none !important;
  }
  .grecaptcha-badge {
    left: 70px !important;
    top: 155px !important;
  }
  footer .bottom {
    padding-bottom: 100px !important;
  }
}
