After experimenting with the paddings, I still couldn't resolve the issue at hand.
The goal is to extend these fields all the way to the right side.
Check out the Fiddle for comparison between the current appearance and the desired look.
The styling for the form inputs and labels can be found below:
- Adjust the margin for input[type='text'] and .txtarea to 3px.
- Set the height of .form-group input and select to 36px with specific padding.
- Ensure .form-group has a bottom margin of 2px and zero padding on both left and right sides.
- Define the styling for labels including color, font-weight, font-size, width, and alignment.
- For the structure, maintain a container-fluid width of 99% to cater to the content.
Here is the HTML structure for the form within the container div: