How to change bootstrap input width
To change the width of the inputs use bootstrap sizing utilities or bootstrap grid system.
Useful resources:
Using sizing utilities
Example: To change the width of the inputs to 50% add w-50
class to the .form-outline
element.
Input with class w-25
Input with class w-50
Input with class w-75
Input without sizing class
Using grid
You can always place your inputs within grid columns and rows.