.formWrapper-inner form {
  padding: 0 !important;
}

.form-container {
  transition: visibility 0s, opacity 1.5s linear;
  width: 100%;
}

.progress_bar {
  border: 1px solid #c2c8cc;
  height: 8px;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.progress_bar span {
  max-width: 100%;
  background: #d6d6d6;
  display: inline-block;
  height: 7px;
  position: absolute;
  transition: all 1s;
}
.progress_step {
  text-align: center;
  margin-bottom: 10px;
  color: #d6d6d6;
}
.form-columns-2 label,
.hs_message label {
  display: block !important;
}

#formWrapper {
  display: flex;
  flex-direction: column;
  transition: all 0.1s;
}
#formWrapper .formWrapper-inner {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: flex;
  flex: 1;
}
.form-hidden {
  visibility: hidden;
  opacity: 0;
  display: none;
  height: 0;
}
.form-visible {
  visibility: visible;
  opacity: 1;
  height: auto;
  display: flex;
  flex-direction: column;
}
#formContainerLast {
    align-items: flex-start;
    justify-content: flex-start;
 
    height: 100%;
    flex: 1;
  }
#formWrapper .hs-form-booleancheckbox label {
  align-items: center;
}
