Toggle navigation
Bootsnipp
Bootstrap
For
CSS Frameworks
Bootstrap
Foundation
Semantic UI
Materialize
Pure
Bulma
References
CSS Reference
Tools
Community
Page Builder
Form Builder
Button Builder
Icon Search
Dan's Tools
Diff / Merge
Color Picker
Keyword Tool
Web Fonts
.htaccess Generator
Favicon Generator
Site Speed Test
Snippets
Featured
Tags
By Bootstrap Version
4.1.1
4.0.0
3.3.0
3.2.0
3.1.0
3.0.3
3.0.1
3.0.0
2.3.2
Register
Login
"Parallax Login Form [RELOAD]"
Bootstrap 3.2.0 Snippet by
SherylC
3.2.0
Preview
HTML
CSS
JS
View Full Screen
Forked from
Fork
Fork this
Parent
2.7K
 
0 Fav
Post to Facebook
Tweet this
<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 ----------> <!-- * parallax_login.html * @Author original @msurguy (tw) -> http://bootsnipp.com/snippets/featured/parallax-login-form * @Tested on FF && CH * @Reworked by @kaptenn_com (tw) * @package PARALLAX LOGIN. --> <script src="http://mymaplist.com/js/vendor/TweenLite.min.js"></script> <body> <div class="container"> <div class="row vertical-offset-100"> <div class="col-md-4 col-md-offset-4"> <div class="panel panel-default"> <div class="panel-heading"> <div class="row-fluid user-row"> <img src="http://blogs.ktph.com.sg/nutrition/wp-content/uploads/2013/12/KTPH-logo.png" class="img-responsive" alt="Conxole Admin"/> </div> </div> <div class="panel-body"> <form accept-charset="UTF-8" role="form" class="form-signin"> <fieldset> <label class="panel-login"> <div class="login_result"></div> </label> <input class="form-control" placeholder="Username" id="username" type="text"> <input class="form-control" placeholder="Password" id="password" type="password"> <br></br> <input class="btn btn-lg btn-success btn-block" type="submit" id="login" value="Login »"> </fieldset> </form> </div> </div> </div> </div> </div> </body> </div>
/** * parallax.css * @Author Original @msurguy -> http://bootsnipp.com/snippets/featured/parallax-login-form * @Reworked By @kaptenn_com * @package PARALLAX LOGIN. */ body { background-color: #444; background: url(http://www.bca.gov.sg/data/ImgCont/395/KTPHfromLake.jpg); background-repeat: no-repeat; background-size: 100%; } .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; font-family: 'Open Sans', Arial, Helvetica, sans-serif; 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; } .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); }
/** * parallax.js * @Author original @msurguy (tw) -> http://bootsnipp.com/snippets/featured/parallax-login-form * @Tested on FF && CH * @Reworked by @kaptenn_com (tw) * @package PARALLAX LOGIN.
Questions / Comments:
Post
Posting Guidelines
Formatting
- Now
×
Close
Donate
BTC: 12JxYMYi6Vt3mx3hcmP3B2oyFiCSF3FhYT
ETH: 0xCD715b2E3549c54A40e6ecAaFeB82138148a6c76