form group in html code example
Example: form group
<div class="form-group bmd-form-group">
<label class="bmd-label-static">Fist Name</label>
<input type="text" class="form-control" placeholder="Your name here">
</div>
<div class="form-group bmd-form-group">
<label class="bmd-label-static">Fist Name</label>
<input type="text" class="form-control" placeholder="Your name here">
</div>