"Parallax Pfsense Login "
Bootstrap 3.3.0 Snippet by akmalkamaruddin

<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 ----------> <script src="http://mymaplist.com/js/vendor/TweenLite.min.js"></script> <!-- This is a very simple parallax effect achieved by simple CSS 3 multiple backgrounds, made by http://twitter.com/msurguy --> <body> <div class="container"> <div class="row vertical-offset-100"> <div class="col-md-4 col-md-offset-4"> <img src="http://sir.htesb.com:8081/0/captiveportal-logo.png" width="300" height="280" class="img-responsive" alt="Wifi Access Login"> <div class="panel panel-default"> <div class="panel-heading"> <h3 class="panel-title" align="center">MKBR UNIFI</h3> </div> <div class="panel-body"> <center><img src="https://captive.mkbr.com.my:8443/portal/captiveportal-wifi.png" width="75" height="60" alt="WiFi Zone logo"/></center><br /> <form method="post" action="$PORTAL_ACTION$" accept-charset="UTF-8" role="login"> <fieldset> <div class="form-group"> <input name="auth_user" type="text" placeholder="Your Username" class="form-control"><br /> <input name="auth_pass" type="password" placeholder="Your Password" class="form-control"><br /> </div> <div class="checkbox"> <label> <input name="remember" type="checkbox" value="Remember Me">Remember Me </label> </div><input name="redirurl" type="hidden" value="$PORTAL_REDIRURL$"> <input class="btn btn-lg btn-primary btn-block" type="submit" value="Agree"> </fieldset> </form> </div> </div> </div> </div> </div> </body>
body{ background-color: #666; background: url(https://pbs.twimg.com/media/Bp59Ao0CYAAd2HW.jpg); background-size: 1280px; } .vertical-offset-100{ padding-top:100px; }

Related: See More


Questions / Comments: