input, select, .form-select {
  margin-bottom: 1rem;
  max-width: unset;
  width: 100%;
}

dl, ol, ul {
  list-style: none;
  padding: 0;
}

label {
  display: none;
}

.hs-error-msg, #label-possui_empresa_-9908d0b3-93eb-4991-9db6-56149f9c3666 {
  display: block;
}

.hs-form-booleancheckbox-display,
ul li label {
  display: flex;
}

.hs-form-booleancheckbox-display input,
ul li label input{
  margin: 0 1rem 0 0;
  width: auto;
}

input[type=submit] {
  background-color: #00e2f4;
  border-radius: 40px;
  background-color: #00e2f4;
  border: 3px solid #00e2f4;
  font-weight: 700;
  line-height: 1rem;
  overflow: hidden;
  padding: .625rem 1.5rem;
  position: relative;
  transition: all 0.2s linear 0s;
  text-align: center;
  cursor: pointer;
}

input[type=submit]:hover {
  box-shadow: 0px 6px 0px 0px rgba(0, 226, 244, 0.6);
}

.main-bg-azul {
  background-image: url(/assets/images/forms/bg-forms.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.content-form.formulario {
  border-radius: 1.5rem;
}

.content-form.formulario form  {
  margin: 2rem 0 0 0;
}

.content-form.formulario form .form-columns-1,
.content-form.formulario form .form-columns-2 {
  max-width: unset;
}

.content-form.formulario form .form-columns-1 select.hs-input {
  background-image: unset;
  width: 100%;
}

.content-form.formulario form .hs-button {
  width: fit-content;
  margin-top: 2rem;
}

.content-form.formulario.bg-white .hs-button {
  background-color: #001e27;
  border: 3px solid #001e27;
  color: #fff;
}

.content-form.formulario.bg-white .hs-button:hover {
  color: #fff;
  box-shadow: 0px 6px 0px 0px rgba(0, 30, 39, .4);
}