Can i put border to a form using bootstrap?
Here is a pretty good combination for a bordered form with background color:
<form class = 'card p-3 bg-light'>
Looked good for my case.
Yup you can put a border around your form. You can achieve that by using inline CSS as shown below :
<form style="border:1px solid black">