Simple login page form design using html and css. we provide free code for login page. this page design using by bootstrap.

you can get code of bootstrap login form with social buttons snippet. we give you example of bootstrap signin form , you can simple copy bellow code and use in your project. If it free snippets of bootstrap login form with social icons So you have to simple get those bellow code from tab of html, css and js. you simple click on HTML Code then you will get html code bootstrap login with facebook button snippets, click on JS Code tab get code of jquery codd for bootstrap login with social media snippets, same as for CSS Code tab. It's pretty easy and simple example of bootstrap login page design with background image snippet.


<!DOCTYPE html> <html> <head> <link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"> <link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"> </head> <body> <div class="container"> <div class="row main-section"> <div class="col-md-4 col-sm-8 col-xs-10 col-md-offset-4 col-sm-offset-2 col-xs-offset-1 login-image-main text-center"> <div class="row"> <div class="col-md-12 col-sm-12 col-xs-12 user-image-section"> <div class="row"> <div class="col-md-6 col-sm-6 col-xs-6 login-user-image text-right float-left"> <img src="/demo/man01.png"> </div> <div class="col-md-6 col-sm-6 col-xs-6 login-user-name text-left float-right"> <h1>Mark <p>(Admin User)</p></h1> </div> </div> </div> <div class="col-md-12 col-sm-12 col-xs-12 user-detail-part"> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</p> </div> <div class="col-md-12 col-sm-12 col-xs-12 user-login-facebook"> <a class="btn btn-facebook"> <span class="fa fa-facebook"></span> Sign in with facebook </a> <p class="over">OR</p> </div> <div class="col-md-12 col-sm-12 col-xs-12 user-login-box"> <p>Login to Username & Password</p> <div class="row"> <div class="col-md-8 col-sm-8 col-xs-8 col-md-offset-2 col-sm-offset-2 col-xs-offset-2 text-center"> <div class="form-group"> <input type="text" class="form-control text-box" placeholder="User Name" id="usr"> </div> <div class="form-group"> <input type="text" class="form-control text-box" placeholder="Password" id="usr"> </div> </div> </div> <a href="#" class="btn">Login</a> </div> <div class="col-md-12 col-sm-12 col-xs-12 last-part"> <a href="#">Forgate Password</a> </div> </div> </div> </div> </div> </body> </html>
.main-section{ background:url(../demo/businessman1.png) no-repeat; background-size:100% 100%; bottom:0px; top:0px; margin: 0px; position:absolute; width: 100%; min-height: 600px; } .login-image-main{ transform: translateY(25%); background-color:#fff; border:1px solid #DDDDDD; border-radius: 5px; } .login-user-image img{ height: 60px; width: 60px; border-radius: 50%; border:1px solid #DDDDDD; } .user-image-section,.user-content-part,.user-detail-part,.user-login-facebook{ border-bottom:1px solid #DDDDDD; } .login-user-name,.login-user-name h1{ padding:8px 0px 0px 0px; margin: 0px; font-size:28px; } .login-user-image{ padding: 10px; } .login-user-name p{ font-size:12px; color:#4C4C4C; } .user-detail-part p{ margin-top: 10px; font-size:14px; padding: 0px 60px 0px 60px; } .user-login-facebook{ padding:20px; position: relative; } .user-login-facebook a{ background-color: #3B5998; width:65%; } .user-login-facebook a:hover,.user-login-box a:hover,.user-login-facebook a,.user-login-box a{ color:#fff; } .over{ position: absolute; left:43%; bottom:-20px; background-color: #fff; padding:0px 15px 0px 15px; } .user-login-box,.last-part{ padding:20px; } .user-login-box a{ background-color: #57BF78; width: 65%; } .last-part{ padding:5px 0px 20px 0px; text-align:center !important; } .last-part a{ text-decoration: none; }

Please Subscribe Your Email Address, We Will Notify You When Add New Snippet:





Random Post


Random Blog