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
"Awesome Bootstrap Login From"
Bootstrap 4.1.1 Snippet by
webdevrahul007
4.1.1
Preview
HTML
CSS
View Full Screen
Fork
Fork this
856
 
0 Fav
Post to Facebook
Tweet this
<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <!------ Include the above in your HEAD tag ----------> <head> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Karla:wght@200;300;400;500&display=swap" rel="stylesheet"> </head> <div class="container-fluid"> <div class="row"> <div class="col-sm-6 col-md-7 intro-section"> <div class="brand-wrapper"> <h1>Logo</h1> </div> <div class="intro-content-wrapper"> <h1 class="intro-title">Welcome to website !</h1> <p class="intro-text">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna</p> <a href="#!" class="btn btn-read-more">Read more</a> </div> <div class="intro-section-footer"> <na class="footer-nav"> <a href="#!">Facebook</a> <a href="#!">Twitter</a> <a href="#!">Gmail</a> </na> </div> </div> <div class="col-sm-6 col-md-5 form-section"> <div class="login-wrapper"> <h2 class="login-title">Sign in</h2> <form action="#!"> <div class="form-group"> <label for="email" class="sr-only">Email</label> <input type="email" name="email" id="email" class="form-control" placeholder="Email"> </div> <div class="form-group mb-3"> <label for="password" class="sr-only">Password</label> <input type="password" name="password" id="password" class="form-control" placeholder="Password"> </div> <div class="d-flex justify-content-between align-items-center mb-5"> <input name="login" id="login" class="btn login-btn" type="button" value="Login"> <a href="#!" class="forgot-password-link">Password?</a> </div> </form> <p class="login-wrapper-footer-text">Need an account? <a href="#!" class="text-reset">Signup here</a></p> </div> </div> </div> </div>
body { background-color: #fff; font-family: 'Karla', sans-serif; } .intro-section { background-image: url(https://i.ibb.co/t2tbbh6/pexels-luis-quintero-2471234.jpg); background-size: cover; background-repeat: no-repeat; background-position: center; padding: 75px 95px; min-height: 100vh; display: -webkit-box; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column; color: #ffffff; } @media (max-width: 991px) { .intro-section { padding-left: 50px; padding-rigth: 50px; } } @media (max-width: 767px) { .intro-section { padding: 28px; } } @media (max-width: 575px) { .intro-section { min-height: auto; } } .brand-wrapper .logo { height: 35px; } @media (max-width: 767px) { .brand-wrapper { margin-bottom: 35px; } } .intro-content-wrapper { width: 410px; max-width: 100%; margin-top: auto; margin-bottom: auto; } .intro-content-wrapper .intro-title { font-size: 40px; font-weight: bold; margin-bottom: 17px; } .intro-content-wrapper .intro-text { font-size: 19px; line-height: 1.37; } .intro-content-wrapper .btn-read-more { background-color: #fff; padding: 13px 30px; border-radius: 0; font-size: 16px; font-weight: bold; color: #000; } .intro-content-wrapper .btn-read-more:hover { background-color: transparent; border: 1px solid #fff; color: #fff; } @media (max-width: 767px) { .intro-section-footer { margin-top: 35px; } } .intro-section-footer .footer-nav a { font-size: 20px; font-weight: bold; color: inherit; } @media (max-width: 767px) { .intro-section-footer .footer-nav a { font-size: 14px; } } .intro-section-footer .footer-nav a + a { margin-left: 30px; } .form-section { display: -webkit-box; display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; } @media (max-width: 767px) { .form-section { padding: 35px; } } .login-wrapper { width: 300px; max-width: 100%; } @media (max-width: 575px) { .login-wrapper { width: 100%; } } .login-wrapper .form-control { border: 0; border-bottom: 1px solid #e7e7e7; border-radius: 0; font-size: 14px; font-weight: bold; padding: 15px 10px; margin-bottom: 7px; } .login-wrapper .form-control::-webkit-input-placeholder { color: #b0adad; } .login-wrapper .form-control::-moz-placeholder { color: #b0adad; } .login-wrapper .form-control:-ms-input-placeholder { color: #b0adad; } .login-wrapper .form-control::-ms-input-placeholder { color: #b0adad; } .login-wrapper .form-control::placeholder { color: #b0adad; } .login-title { font-size: 30px; font-weight: bold; margin-bottom: 30px; } .login-btn { padding: 13px 30px; background-color: #000; border-radius: 0; font-size: 20px; font-weight: bold; color: #fff; } .login-btn:hover { border: 1px solid #000; background-color: transparent; color: #000; } .forgot-password-link { font-size: 14px; color: #080808; text-decoration: underline; } .social-login-title { font-size: 15px; color: #919aa3; display: -webkit-box; display: flex; margin-bottom: 23px; } .social-login-title::before, .social-login-title::after { content: ""; background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#f4f4f4)); background-image: linear-gradient(#f4f4f4, #f4f4f4); -webkit-box-flex: 1; flex-grow: 1; background-size: calc(100% - 20px) 1px; background-repeat: no-repeat; } .social-login-title::before { background-position: center left; } .social-login-title::after { background-position: center right; } .social-login-links { text-align: center; margin-bottom: 32px; } .social-login-link img { width: 40px; height: 40px; -o-object-fit: contain; object-fit: contain; } .social-login-link + .socia-login-link { margin-left: 16px; } .login-wrapper-footer-text { font-size: 14px; text-align: center; }
Questions / Comments:
Post
Posting Guidelines
Formatting
- Now
×
Close
Donate
BTC: 12JxYMYi6Vt3mx3hcmP3B2oyFiCSF3FhYT
ETH: 0xCD715b2E3549c54A40e6ecAaFeB82138148a6c76