#recaptcha {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#recaptcha h1 {
  font-weight: 600;
}
#recaptcha h1,
#recaptcha h2 {
  font-size: 1rem;
}
#recaptcha form {
  display: inline-block;
}
#recaptcha main {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
#recaptcha .wrapper {
  text-align: center;
}