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
"Login 2.0"
Bootstrap 4.1.1 Snippet by
apparao
4.1.1
Preview
HTML
CSS
View Full Screen
Fork
Fork this
3.7K
 
2 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 ----------> <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 ----------> <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 ----------> <nav> <a class="navbar-brand" href="http://endimension.com"> <img src="https://i.ibb.co/GkbksbY/small.png" height="75" width="300"/> </a> </nav> <section class="login-block"> <div class="container"> <div class="row"> <div class="col-md-4 login-sec"> <h2 class="text-center">Login Now</h2> <form class="login-form"> <div class="form-group"> <label for="exampleInputEmail1" class="text-uppercase">User name</label> <input type="text" class="form-control" placeholder=""> </div> <div class="form-group"> <label for="exampleInputPassword1" class="text-uppercase">Password</label> <input type="password" class="form-control" placeholder=""> </div> <div class="form-check"> <label class="form-check-label"> <input type="checkbox" class="form-check-input"> <small>Remember Me</small> </label> <button type="submit" class="btn btn-login float-right">Submit</button> </div> </form> <div class="copy-text">Created by <a href="http://endimension.com">endimension.com</a></div> </div> <div class="col-md-8 banner-sec"> <div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel"> <ol class="carousel-indicators"> <li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li> <li data-target="#carouselExampleIndicators" data-slide-to="1"></li> <li data-target="#carouselExampleIndicators" data-slide-to="2"></li> </ol> <div class="carousel-inner" role="listbox"> <div class="carousel-item active"> <img class="d-block img-fluid" src="https://i.ibb.co/bL56xpy/bethesda-naval-medical-center-80380-1920.jpg" alt="First slide" height="100%" width="100%"> <div class="carousel-caption d-none d-md-block"> <div class="banner-text"> <h2>Welcome to Endimension</h2> <p>Deep Learning Algorithm for Lung Nodule Detection</p> </div> </div> </div> <div class="carousel-item"> <img class="d-block img-fluid" src="https://i.ibb.co/bL56xpy/bethesda-naval-medical-center-80380-1920.jpg" alt="First slide" width="100%"> <div class="carousel-caption d-none d-md-block"> <div class="banner-text"> <h2>This is Annotataing Tool</h2> <p> Use the tool to mark nodule in Lung CT Image</p> </div> </div> </div> <div class="carousel-item"> <img class="d-block img-fluid" src="https://i.ibb.co/bL56xpy/bethesda-naval-medical-center-80380-1920.jpg" alt="First slide" width="100%"> <div class="carousel-caption d-none d-md-block"> <div class="banner-text"> <h2>Please Login</h2> <p>Please enter your User Name and Password to Login </p> </div> </div> </div> </div> </div> </div> </div> </section>
.navbar-brand { position: absolute; padding: 20px; } @import url("//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css"); .login-block{ background: #DE6262; /* fallback for old browsers */ background: -webkit-linear-gradient(to bottom, #FFB88C, #DE6262); /* Chrome 10-25, Safari 5.1-6 */ background: linear-gradient(to bottom, #FFFFFF, #FFFFFF); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ float:left; width:100%; padding : 100px 0; } .banner-sec{background:url(https://i.ibb.co/bL56xpy/bethesda-naval-medical-center-80380-1920) no-repeat left bottom; background-size:cover; min-height:500px; border-radius: 0 10px 10px 0; padding:0;} .container{background:#E6E6E6; border-radius: 10px; box-shadow:15px 20px 0px rgba(0,0,0,0);} .carousel-inner{border-radius:0 10px 10px 0;} .carousel-caption{text-align:left; left:5%;} .login-sec{padding: 50px 30px; position:relative;} .login-sec .copy-text{position:absolute; width:80%; bottom:20px; font-size:13px; text-align:center;} .login-sec .copy-text i{color:#FEB58A;} .login-sec .copy-text a{color:#E36262;} .login-sec h2{margin-bottom:30px; font-weight:800; font-size:30px; color: #DE6262;} .login-sec h2:after{content:" "; width:100px; height:5px; background:#FEB58A; display:block; margin-top:20px; border-radius:3px; margin-left:auto;margin-right:auto} .btn-login{background: #DE6262; color:#fff; font-weight:600;} .banner-text{width:70%; position:absolute; bottom:40px; padding-left:20px;} .banner-text h2{color:#fff; font-weight:600;} .banner-text h2:after{content:" "; width:100px; height:5px; background:#FFF; display:block; margin-top:20px; border-radius:3px;} .banner-text p{color:#fff;}
Questions / Comments:
Post
Posting Guidelines
Formatting
- Now
×
Close
Donate
BTC: 12JxYMYi6Vt3mx3hcmP3B2oyFiCSF3FhYT
ETH: 0xCD715b2E3549c54A40e6ecAaFeB82138148a6c76