.contactform {
  border-width: 0px;
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: 0px -15px 0px 0px;
  border: 0px;
  padding: 0px;
}

.g-recaptcha {
  border-width: 0px;
  max-width: 100%;
  width: 100%;
  height: auto;
  border: 0px;
  padding: 0px;
  position: absolute;
  z-index: 1;
  text-align: left;
  margin: 0 auto;
  display: table;
  transform: scale(0.68);
  transform-origin: 0 0;
}

@media (min-width: 1201px) {
  .g-recaptcha {
    transform: scale(1.0); /* For widths more than 1200px */
  }
}

@media (max-width: 1200px) {
  .g-recaptcha {
    transform: scale(0.9); /* For widths below 1200px */
  }
}

@media (max-width: 768px) {
  .g-recaptcha {
    transform: scale(0.77); /* For tablets */
  }
}

@media (max-width: 480px) {
  .g-recaptcha {
    transform: scale(0.65); /* For smartphones */
  }
}

.button {
  position: static;
  margin-top: 80px;
}
