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


.form-column-left, .contact-column-left
{
margin-left:500px;
}