"Login for systen"
Bootstrap 3.3.0 Snippet by devpantro

<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 ----------> <div class="container"> <div class="row"> <div class="col-md-4 col-md-offset-4"> <div class="panel panel-info" style="margin-top:50px;"> <div class="panel-heading"><h4 class="text-center">Acceder al Sistema</h4></div> <div class="panel-body"> <form> <div class="form-group"> <label for="user">Usuario</label> <input type="text" class="form-control" id="user" placeholder="Ingrese usuario"> </div> <div class="form-group"> <label for="pass">Contraseña</label> <input type="password" class="form-control" id="pass" placeholder="Ingrese Contraseña"> </div> <button type="submit" class="btn btn-success btn-block">Ingresar</button> </form> </div> </div> </div> </div> </div>
body{ background: url('http://k30.kn3.net/taringa/3/F/4/1/A/2/TheCrashWTF/B95.jpg'); }

Related: See More


Questions / Comments: