"Panel Login"
Bootstrap 3.2.0 Snippet by webdogz

<link href="//netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//netdna.bootstrapcdn.com/bootstrap/3.2.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 vertical-offset-100"> <div class="col-md-4 col-md-offset-4"> <div class="panel panel-default form-signin"> <div class="panel-heading"> <img src="http://s11.postimg.org/7kzgji28v/logo_sm_2_mr_1.png" class="img-responsive" alt="Conxole Admin"/> </div> <div class="panel-body"> <form accept-charset="UTF-8" role="form"> <fieldset> <input class="form-control" placeholder="Username" id="username" type="text"> <input class="form-control" placeholder="Password" id="password" type="password"> <input class="btn btn-lg btn-success btn-block" type="submit" id="login" value="Signin »"> </fieldset> </form> </div> </div> </div> </div> </div>
.form-signin input[type="text"] { margin-bottom: 5px; border-bottom-left-radius: 0; border-bottom-right-radius: 0; } .form-signin input[type="password"] { margin-bottom: 10px; border-top-left-radius: 0; border-top-right-radius: 0; } .form-signin .form-control { position: relative; font-size: 16px; height: auto; padding: 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .vertical-offset-100 { padding-top: 100px; } .img-responsive { display: block; max-width: 100%; height: auto; margin: auto; } .form-signin.panel { margin-bottom: 20px; background-color: rgba(255, 255, 255, 0.75); border: 1px solid transparent; border-radius: 4px; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05); box-shadow: 0 1px 1px rgba(0, 0, 0, .05); }

Related: See More


Questions / Comments: