/** Wholesaler Form*/
#shopify-section-template--19858054119641__1754267751e39ce421 {
    #bss-b2b-registration-form {
        box-shadow: none;
        margin-top: 0;
    }

    label, input, textarea {
        font-family: var(--font-b-family);
    }

    input {
        border-radius: 0;
    }

    h1 {
        display: none;
    }

    h4 {
        font-family: var(--font-h-family);
    }

    input[type="submit"] {
        background: black;
        color: white;
        border-radius: 100px;
    }
}