I've successfully adjusted my html form to display some fields side-by-side within a form-group in order to reduce the overall height of the form. However, I am struggling to eliminate the excessive white space to the right of the fields. Can someone please advise if the red box displayed below is stemming from the container, the fieldset, or the form-group? I have very limited experience with html and Bootstrap.
https://i.sstatic.net/e2uPw.png
<!DOCTYPE html>
<html lang="en">
...
I suspect that my issue differs from How to remove or reduce the white space in bootstrap? as I have already attempted using the no-padding class without success.