/* hide floating logo, but include in footer manually */
.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha-notice {
  margin: 0;
  padding: 10px 14px;
  font-size: 11px;
  line-height: 1.4;
  color: rgb(255, 255, 255);
  text-align: center;
  box-sizing: border-box;
}

.recaptcha-notice a {
  color: rgb(255, 255, 255);
  text-decoration: underline;
}

.recaptcha-notice a:hover {
  opacity: 0.8;
}/*Created CSS File custom.css*/