Text input form in the center of the screen horizontally and vertically
<div class="container-fluid"> <div class="row justify-content-center"> <div class="col-xs-12 col-sm-12 col-md-12 col-lg-12 col-xl-12"> <form> <input type="text" name="search" class="form-control form-control-lg"> </form> </div> </div> </div>