There is two options:
1) Set image position: absolute;
and form will overlap that image.
2) Set image as background: url()
.
Either way you have to specify wrapper dimensions. Using [2] will cut edges of image if container is smaller. Using [1] will show full image.
0
solved Bootstrap:How to overlap two forms on an image in bootstrap