/* Default styles for the form */
.hs-form {
  width: 100%;
  background: #1D448A;
  padding: 45px;
  font-size: 16px;
  border-radius: 20px;
box-shadow: 6px 6px 12px 3px rgba(0, 0, 0, 0.25);
margin-top: 10px;
  align-items: center !important;
}

.hs-form label {
  display: block;
  margin-bottom: 10px;
  color: #fff;
}

.hs-form input,
  width: calc(50% - 10px); /* set the width of each field */
  margin-bottom: 10px;
  box-sizing: border-box;
vertical-align: center;

}

.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.hs-form text {
  width: calc(50% - 10px); /* set the width of each field */
  margin-bottom: 10px;
  box-sizing: border-box;
vertical-align: center;
}

.hs-form text,
.hs-formselect {
  width: 100%; /* make sure the input/select elements fill the entire width of the field */
  padding: 10px;
  border: 1px solid #ccc;
}

.hs_products_interested {
  font-size: 2rem;
  line-height: 1.1;
  padding: 10px;
  align-items: left;
}
.hs-input[type="checkbox"] {
    display: inline-block;
    vertical-align: middle;
  align-items: left;
}
.hs-field-desc {
    width: calc(50% - 10px); /* set the width of each field */
  margin-bottom: 10px;
  box-sizing: border-box;
}

.hs-form input[type="submit"] {
  cursor: hand;
  background-color: #8EC13F;
  color: #000;
  border-color: #000;
  box-shadow: 10px 5px 5px rgba(0, 0, 0, .25);
}

.hs-form input[type="submit"]:hover {
  cursor: hand;
  background-color:#00B1DF;
  color: #000;
  border-color: #006BFF;
}

