



.fbFormHeader {
  color: #000;
  text-align: center;
  font-family: Poppins;

  font-style: normal;
  font-weight: 400;
  line-height: 54px; /* 168.75% */
}

.fbFormHeader-GetStarted {
  font-size: 3.2rem;
}

.fbFormHeader-WhatIndustry {
  font-size: 2.2rem;
}

.fbFormContainer {
  margin-top: 10rem;
  margin-bottom: 10rem;
  margin-right: 2rem;
  margin-left: 2rem;
  max-width: 68rem;
  border-radius: 8px;
  border: 1px solid #d1d1d1;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.fbFormRow {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.fbFormInputs {
  min-width: 22.5rem;
}

.fbFormInputText {
  font-size: 1.4rem;
  line-height: 3.5rem;
}

.fbFormInputLeftCol {
  margin-bottom: 3rem;
}

.fbFormCheckCol {
  min-width: 23.9rem;
}

.fbCheckboxControl {
    width: 1.5em;
    height: 1.5em;
    margin-right: .75em;
}

.fbFormCheckLabel {
    font-size: 1.4rem;
    padding-top: .6rem;
}

.fbFormCheckboxItems {
  margin-bottom: 3rem;  
}

.fbFormControls {
  text-align: center;
}

.fbFormSubmit {
  width: 28rem;
  height: 4.5rem;
  background-color: var(--bg-color-light);
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  position: relative;
  

  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.fbFormSubmit:hover {
  background-color: var(--bg-color-dark);
  color: #fff;
}

.fbSubmitSVG {
  position: absolute;
  top: 0.8rem;
  left: 0.75rem;
}

.fbBorderCol {
  display: none;
}

.fbSubmitResponse {
    text-align: center;
    display:none;
    padding-left:2rem;
    padding-right:2rem;
}

.fbSubmitResponseHeader {
    font-weight:600;
}

@media (min-width: 768px) {
    .fbBorderCol {
    /*display: inline;*/
    margin-right: 0px;
    margin-left: 0px;
  }
}

@media (min-width: 992px) {
    .fbFormContainer {
        /*display: inline;*/
        margin-right: auto;
        margin-left: auto;
    }
}
