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>
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>
bootstrap form-control inline
<div class="form-group">
<label for="birthday" class="col-xs-2 control-label">Birthday</label>
<div class="col-xs-10">
<div class="form-inline">
<div class="form-group">
<input type="text" class="form-control" placeholder="year"/>
</div>
<div class="form-group">
<input type="text" class="form-control" placeholder="month"/>
</div>
<div class="form-group">
<input type="text" class="form-control" placeholder="day"/>
</div>
</div>
</div>
</div>
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us