I'm facing an issue with setting a border and background color behind a form. When I attempt to do so, the form is aligned to the right and I can't pinpoint which part of my code is causing this misalignment.
Here's an example: https://jsfiddle.net/gpakfdtL/. Please disregard the django code - I included it in the example just in case it might be the root of the problem.
This is how I would like it to look: https://jsfiddle.net/w8py15kg/1/ (not exactly, but notice that the form is centered).
If anyone can help me figure out why my form is shifted to the right like that, I would greatly appreciate it!