1<div class="container h-100">
2 <div class="row h-100 justify-content-center align-items-center">
3 <form class="col-12">
4 <div class="form-group">
5 <label for="formGroupExampleInput">Example label</label>
6 <input type="text" class="form-control" id="formGroupExampleInput" placeholder="Example input">
7 </div>
8 <div class="form-group">
9 <label for="formGroupExampleInput2">Another label</label>
10 <input type="text" class="form-control" id="formGroupExampleInput2" placeholder="Another input">
11 </div>
12 </form>
13 </div>
14</div>
15
1<div class="container h-100">
2 <div class="row h-100 justify-content-center align-items-center">
3 <form class="col-12">
4 <div class="form-group">
5 <label for="formGroupExampleInput">Example label</label>
6 <input type="text" class="form-control" id="formGroupExampleInput" placeholder="Example input">
7 </div>
8 <div class="form-group">
9 <label for="formGroupExampleInput2">Another label</label>
10 <input type="text" class="form-control" id="formGroupExampleInput2" placeholder="Another input">
11 </div>
12 </form>
13 </div>
14</div>