footer #gform_submit_button_1{
    background: #ffffff url(../images/footer-form-button-icon.svg) no-repeat;
}
.gform_wrapper [type=button], .gform_wrapper [type=submit]{
    background:url(../images/white-button-arrow.svg) no-repeat;
}
footer #gform_submit_button_1:hover{
    background-color: #6FC284;
}
.heading-with-vector:after{
    background: url(../images/heading-vector-new.svg) no-repeat;
}
.heading-with-vector.small-vector:after{
    background: url(../images/heading-small-vector.svg) no-repeat;
}
#gform_1 #field_1_1 {
    background: url(../images/access-id-icon.svg) no-repeat;
    background-position: center right 25px;
}
#gform_1 #field_1_3 {
    background: url(../images/password-icon.svg) no-repeat;
    background-position: center right 25px;
}
.testimonials-blurb::before{
    background: url(../images/testimonial-vector.png) no-repeat;
}
.testimonials-blurb .et_pb_main_blurb_image::after{
    background: url(../images/play.png) no-repeat;
}
body .gform_wrapper.gravity-theme select {
    background: #fff url('../images/dropdown-double-arrow.svg') no-repeat right 30px center;
}