.hbspt-form.dark .hs-form-field label:not(.hs-error-msg) {
    color: #fff;
}

.hbspt-form.dark .hs-error-msgs label {
    color: #fff;
}

.hbspt-form.dark .submitted-message {
    color: #fff;
    font-size: 20px;
}

.hbspt-form .actions{
    margin: 0;
    padding-top: 10px;
}

.hbspt-form .btn {
    font-size: 18px;
    border-radius: 5px;
    font-weight: 500;
    box-shadow: none;
    padding: 10px 25px;
    border: 2px solid;
}

.hbspt-form .btn.btn-primary {
    background-color: #332F5E;
    color: #fff;
}

.hbspt-form .btn.btn-white {
    background-color: #fff;
    color: #111;
}


.hbspt-form .btn.btn-primary {

}