div[data-is-contact-form="bnp-home"] fieldset,
div[data-is-contact-form="bnp-home"] input,
div[data-is-contact-form="bnp-home"] select,
div[data-is-contact-form="bnp-home"] textarea {
    width: 100% !important;
    max-width: 100% !important;
}

div[data-is-contact-form="bnp-home"] h1 {
    font-size: 30px;
    font-weight: 500;
}

div[data-is-contact-form="bnp-home"] label {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}

div[data-is-contact-form="bnp-home"] fieldset .hs-form-field {
    width: 100%;
    margin-bottom: 20px;
}

div[data-is-contact-form="bnp-home"] input.hs-input,
div[data-is-contact-form="bnp-home"] select,
div[data-is-contact-form="bnp-home"] textarea {
    font-size: 17px;
    line-height: 1.5;
    padding: 15px;
    border-radius: 8px;
    width: 100% !important;
    background-color: #fff;
    border: 1px solid #bbb;
    color: #4e4e4e;
}


div[data-is-contact-form="bnp-home"] .no-list {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    margin-top: 5px;
}

div[data-is-contact-form="bnp-home"] .hs-error-msg {
    font-size: 14px;
    color: #ff0000;
}

div[data-is-contact-form="bnp-home"] fieldset p {
    color: #fff;
    font-size: 17px;
    line-height: 1.5;
}

div[data-is-contact-form="bnp-home"] .hs_submit .actions {
    margin-top: 40px;
    text-align: left;
}

div[data-is-contact-form="bnp-home"] .hs-button {
    width: 200px !important;
    cursor: pointer;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 500;
    padding: 15px;
    border: 1px solid #004A5E;
    border-radius: 12px;
    background: #fff;
    color: #1AAA94;
}

div[data-is-contact-form="bnp-home"] .submitted-message {
    color: #ffffff !important;
    font-size: 17px;
    text-align: center !important;
}

@media (max-width: 768px) {
    div[data-is-contact-form="bnp-home"] .hs-button {
        width: 100% !important;
    }
}