form {
  padding-left: 43px;
  padding-right: 43px;
  padding-top: 61px;
  padding-bottom: 61px;
  border: rgb(187, 187, 187) solid 0.5px;
  border-radius: 39px;
  position: relative;
  z-index: 0;
  background-color: white;
}
#logo-expanded {
  padding-left: 0px !important;
}
#logo-collapsed {
  display: none !important;
  padding-left: 0% !important;
}
button {
  width: 100%;
  justify-content: center;
}
@media (max-width: 991px) {
  #title-row {
    margin-top: 0px !important;
  }
  #title-row h1 {
    font-size: 40px !important;
  }
  form {
    width: 100%;
    padding: 0%;
    border: none;
    background-color: transparent;
    z-index: -1 !important;
  }
  #logo-expanded {
    display: none !important;
  }
  #logo-collapsed {
    margin-top: 40px;
    display: block !important;
  }
}

.contact-block {
  margin-top: 132px;
  margin-bottom: 20px;
}

.contact-block p {
  margin-bottom: 10px;
  margin-top: 10px !important;
  font-size: 14px !important;
}

.contact-block > .logo {
  margin-left: 0px;
  margin-bottom: 20px;
}

.contact-block i {
  margin-left: 20px !important;
  font-size: 34px;
  color: black;
}
#title-row {
  margin-top: 91px;
}
#title-row h1 {
  font-size: 60px;
}
#title-row p {
  margin-top: 20px;
  font-weight: 300;
  font-size: 22px;
  color: #292929;
}
#logo-secundary {
  font-size: 12px !important;
}

.captcha {
  display: flex;
  justify-content: center;
  padding-bottom: 10px;
}
