"Tour Registration"
Bootstrap 4.1.1 Snippet by divyalahad

<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <!------ Include the above in your HEAD tag ----------> <link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <br> <div class="container"> <div class=" col-md-offset-5 col-md-3"> <div class=" text-center"> <img class="img" id="img_logo" src="img/logo.jpg"> </div> <form class="form-signin"> <h4 class="text-center form-signin-heading">Tour Registration</h4> <label for="inputEmail" class="sr-only">Email</label> <input type="email" id="inputEmail" class="form-control" placeholder="Email" required autofocus> <label for="inputPassword" class="sr-only">Password</label> <input type="password" id="inputPassword" class="form-control" placeholder="Password" required> <br> <div class="btn-group btn-group-justified" data-toggle="buttons"> <label for="prfil" class="btn btn-success active"> <input type="radio" name="profile" id="1" checked="true">User </label> <label for="profile" class="btn btn-success"> <input type="radio" name="profile" id="2">Agents </label> <label for="profile" class="btn btn-success"> <input type="radio" name="profile" id="3">Admin </label> </div> <div class="checkbox"> <label> <input type="checkbox" value="remember"> Remember </label> </div> <button class="btn btn-lg btn-primary btn-block" type="submit">Log in</button> </form> <div> <a href="#">Register</a> or <a href="#">recover password</a> </div> </div> </div> <!-- /container --> <!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> <script src="../../assets/js/ie10-viewport-bug-workaround.js"></script>

Related: See More


Questions / Comments: