.bv_login_salesforce {
  display: none;
}

body div.grecaptcha-badge {
  visibility: visible !important;
}

#growing h3 {
  display: flex;
  flex-direction: column;
  text-align: center;
}

#growing p {
  text-align: center;
  max-width: 240px;
  margin: auto;
}

body.no-scroll{
  overflow: hidden;
}

html{
  scroll-behavior: smooth;
}