.form-central, .contact-central
{
    background-image:    url(/images/bmw-1216469_1280.jpg);
    background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center;              /* optional, center the image */
    
    color: #000000;
}
