Bootstrap snippet and html example. pages lock screen

Bootstrap 3.3.6 snippet "pages lock screen" with HTML, CSS, and JS. Copy, paste, and customize this responsive UI component for your project.
Tags: pages,user

HTML code

Clean, semantic HTML that powers this Bootstrap 3.3.6 snippet. Copy and paste it into your page (with Bootstrap loaded) to reproduce the exact layout shown in the preview.

<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet">
<div class="wrapper-page bootstrap snippets bootdeys">
    <div class="text-center">
        <a href="#" class="logo logo-lg">
            <i class="fa fa-th"></i> 
            <span>Bootdey.com</span> 
        </a>
    </div>
    <form method="post" action="#" role="form" class="text-center m-t-20">
        <div class="user-thumb">
            <img src="https://bootdey.com/img/Content/avatar/avatar1.png" class="img-responsive img-circle img-thumbnail" alt="thumbnail">
        </div>
        <div class="form-group">
            <h3>John Deo</h3>
            <p class="text-muted">Enter your password to access the admin.</p>
            <div class="input-group m-t-30">
                <input type="password" class="form-control" placeholder="Password">
                <span class="input-group-btn"> <button type="submit" class="btn btn-email btn-info waves-effect waves-light">
                    Log In
                </button> </span>
            </div>
        </div>
        <div class="text-right">
            <a href="#" class="text-muted">Not John Deo ?</a>
        </div>
    </form>
</div>

CSS code

Scoped CSS that styles the component. Paste it after Bootstrap 3.3.6 to keep the design, spacing, and responsiveness consistent.

body {
    background: #f5f5f5;
    font-family: 'Noto Sans', sans-serif;
    margin: 0;
    color: #4c5667;
    overflow-x: hidden !important;
}
.wrapper-page {
    margin: 7.5% auto;
    width: 360px;
}
.wrapper-page .form-control-feedback {
    left: 15px;
    top: 3px;
    color: rgba(76, 86, 103, 0.4);
    font-size: 20px;
}
.logo {
    color: #3bafda !important;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 70px;
}
.logo-lg {
    font-size: 28px !important;
}
.logo i {
    color: #f76397;
}
.user-thumb img {
    height: 88px;
    margin: 0px auto;
    width: 88px;
}

Similar snippets

Bootstrap example and template. bs4 beta user profile with activities

bs4 beta user profile with activities

Bootstrap example and template. user list inside narrow jumbotron

user list inside narrow jumbotron

Bootstrap example and template. Social Media Button Design

Social Media Button Design

Bootstrap example and template. user profile details

user profile details

Bootstrap example and template. about me profile

about me profile

Bootstrap example and template. shop product detail

shop product detail

Bootstrap example and template. bs4 Horizontal timeline

bs4 Horizontal timeline

Bootstrap example and template. Products View List

Products View List

FAQ

How do I use this snippet?

Include Bootstrap 3.3.6, paste the HTML, add the CSS block, and include the JS (if any) to mirror the live preview.

Can I use it in commercial projects?

Yes. It’s free for personal and commercial work; check the snippets license for details.

Is it responsive?

Yes. It inherits the responsive grid and components from Bootstrap 3.3.6.

Bootstrap example and template. pages lock screen

About this bootstrap example/template

Optimized for copy‑paste: clean HTML, scoped CSS, and minimal JS so you can ship production‑ready UI faster and keep designs consistent.

Mobile‑first and responsive by default. Tested across modern browsers to reduce polish time on your project.

Already trusted in 12.2K+ views. Reuse this snippet to speed up landing pages, dashboards, or onboarding flows.

Bootstrap 3.3.6

<link rel='stylesheet' href='https://netdna.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css'>

<script src='https://netdna.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js'></script>

This code example is based on bootstrap 3.3.6 and the grid system of this framework

Responsive

Based on bootstrap framework makes all the layouts perfectly responsive for all devices

Crossbrowser compatibility

Tested on all major browsers, it works smoothly on all of them

semantic html 5

Built on html / css3 the code quality is really amazing

Simple Integration

This code example can be simply integrated on existing sites and new ones too, all you need to do is copy the code and start working