.hs-form-c152f5fe-0697-40a8-83a1-2dd0f758041e .input select {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.hs-message textarea,
.hs-fieldtype-textarea.hs-input {
    width: 100%;
}

.hbspt-form label {
    height: auto;
    margin-bottom: 0px;
}

.hbspt-form .field {
    margin-top: 10px;
}

.hbspt-form .hs-error-msgs,
.hs_error_rollup {
    padding-left: 0px;
    width: 100%;
}

.hbspt-form .hs-error-msg,
.hbspt-form .hs-error-msgs label {
    color: #c9252f;
}

.hbspt-form .field {
    padding: 12px 12px 12px 0px;
}

.hbspt-form input {
    padding-bottom: 0px;
    padding-top: 0px;
}

.hbspt-form .inputs-list {
    list-style: none;
    padding-left: 0px;
}

.hbspt-form .inputs-list li label input {
    width: 15px;
    margin-right: 10px;
}

.legal-consent-container .hs-dependent-field,
.legal-consent-container .hs-dependent-field .field,
.legal-consent-container .hs-dependent-field .field .inputs-list {
    padding: 0px;
}

.hs_company_industry .input select {
    padding-top: 0px;
    padding-bottom: 0px;
}

.hs_submit {
    width: 195px;
    /* padding: 20px; */
    text-align: center;
    background: linear-gradient(to left, #ffffff00 50%, #FF6600 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 1s ease;
    border-radius: 50px;
    border: 1px #ff6600 solid;
}

.hs_submit:hover {
    background-position: left bottom;
}

.hs_submit:hover .actions input {
    color: #fff !important;
}

.hs_submit .actions input {
    color: #FF6600 !important;
    border-bottom: 0px;
    font-size: 16px;
    font-weight: bold;
}

.hs_submit .actions input:focus {
    border-bottom: 0px !important;
}

.hs_submit {
    max-height: 64px;
}

@media only screen and (min-width:767px) {
    .hs-form {
        display: flex;
        flex-wrap: wrap;
    }
    .hbspt-form .field,
    .hs-dependent-field,
    .legal-consent-container {
        flex: 0 0 50%;
    }
    .hbspt-form .field {
        padding: 12px 24px 12px 0px;
    }
}