/* FORCE INPUT ICONS TO BE ORANGE ALWAYS */
.input-icon,
.contact-form .input-icon,
.contact-form i.input-icon {
    color: #F37021 !important;
    fill: #F37021 !important;
}

.contact-form .input-icon svg,
.contact-form i.input-icon svg {
    stroke: #F37021 !important;
}