Hello,
You need to use a fixed width, not a percentage.
Try this code,
.contact .wpcf7-form { width: 600px; }
You can adjust the width to what you need.