"Foroute register page"
Bootstrap 4.0.0 Snippet by kunarmando

<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/4.0.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 ----------> <div class="wrapper" id="wrapper"> <div class="foroute-header-bar"> <div class="header content clearfix"> <img src="http://www.part.lt/img/3b987d13895bce7c63d1d91ecc81637d91.png" id="logo-w"/> </div> </div> <div class="container-fluid"> <section class="container"> <div class="container-page"> <div class="col-xs-6"> <h1>Create your Foroute Account</h1> <br> <div class="form-group col-lg-3"> <label>First Name</label> <input type="" name="" class="form-control" id="" value="" maxlength="15"> </div> <div class="form-group col-lg-4"> <label>Password</label> <input type="password" name="" class="form-control" id="" value=""> </div> <div class="form-group col-lg-4"> <label>Repeat Password</label> <input type="password" name="" class="form-control" id="" value=""> </div> <div class="form-group col-lg-6"> <label>Email Address</label> <input type="" name="" class="form-control" id="" value=""> </div> <div class="form-group col-lg-6"> <label>Repeat Email Address</label> <input type="" name="" class="form-control" id="" value=""> </div> </div> <div class="col-md-6"> <button type="button" class="btn btn-success waves-effect w-md waves-light m-b-5">Register</button> </div> </div> </section> </div>
body, html, div { margin:0; border:0; } h1 { text-align: center; margin: 1.4em; font-family: "Roboto", "Opens Sans", "Arial"; } .foroute-header-bar { height: 71px; background: #FFC300; overflow: hidden; } .wrapper { position: relative; min-height: 100%;; } .clearfix:after { visibility: hidden; display: block; font-size: 0; content: '.'; clear: both; height: 0; } #logo-w { height: 34px; width: 120px; margin: 20px; text-align: left; } body { background-color:#FBFCFC; }

Related: See More


Questions / Comments: