﻿
#hubspot-form {
    width: 75% !important;
    margin:0 auto !important
}
/* General HubSpot form overrides for any form inside #hubspot-form */
#hubspot-form .hs-form-field label:not(.hs-error-msg) {
    color: #fff !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 16px !important;
}

#hubspot-form .hs-form {
    width: 80% !important;
    margin: 0 auto !important;
}

#hubspot-form .hs-button:active:not(.inactive):not(.link) {
    background: #F2BC12 !important;
}

#hubspot-form input,
#hubspot-form textarea,
#hubspot-form select {
    background: #111 !important;
    color: #fff !important;
    border-radius: 8px !important;
    border: 1px solid #F2BC12 !important;
}

#hubspot-form .hs-button {
    background: #F2BC12 !important;
    color: #000 !important;
    font-weight: bold !important;
    border-radius: 4px !important;
    padding: 12px 32px !important;
}