legend.hs-field-desc {
    font-weight: 400;
  line-height: 1.625;
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
  font-size: 16px;
  color: #000 !important;
}
textarea.hs-fieldtype-textarea, .hs-input{
    border: 1px solid #b2b2b2;


}

input:not([type]), input[type="text"], input[type="email"]
{
    min-width: 100%;
}

.hs-fieldtype-text {
      min-width: 100%;
}

.hs-button{
    background-color: rgb(32, 156, 223);
    border-bottom-color: rgba(0, 0, 0, 0);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgba(0, 0, 0, 0);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgba(0, 0, 0, 0);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgba(0, 0, 0, 0);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-style: solid;
    border-top-width: 1px;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: inline-block;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 21.2833px;
    outline-color: rgb(255, 255, 255);
    outline-style: none;
    outline-width: 0px;
    padding-block-end: 12px;
    padding-block-start: 12px;
    padding-bottom: 12px;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 12px;
    text-align: center;
    text-decoration-color: rgb(255, 255, 255);
    text-decoration-line: none;
    text-decoration-style: solid;
    text-decoration-thickness: auto;
    transition-delay: 0s;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: ease;
    vertical-align: middle;
    width: 205.25px;
}


.hs-button:hover{
  color: #fff !important;
  background-color: #60c4ef;
  transition: all .1s ease;
  cursor: pointer;
}

.hs-button:active{
  background-color: #60c4ef;
  position: relative;
  top: 2px;
  cursor: pointer;
}

.hs-fieldtype-text, .hs-fieldtype-textarea{
    font-weight: 400;
  line-height: 1.625;
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
  font-size: 14px;
  color: #000 !important;
  margin-top: 10px;
}

.legal-consent-container {
      font-weight: 400;
  line-height: 1.625;
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
  font-size: 11px;
  color: #000 !important;
  margin-top: 10px;
}

.inputs-list {
  padding-left: 0;
  list-style-type: none;
}

.hs-dependent-field {
  margin-top: 10px;
}
