Bootstrap snippet and html example. timekeeper login

Bootstrap 3.4.1 snippet "timekeeper login" with HTML, CSS, and JS. Copy, paste, and customize this responsive UI component for your project.
Tags: login

HTML code

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

<div id="page">
    <div class="account-pages"></div>
    <div class="clearfix"></div>
    <div class="wrapper-page">
        <div class="panel-heading">
            <h3 class="text-center">
                <a href="#"><strong>Timekeeper</strong></a>
            </h3>
        </div>
        <div class="card-box">
            <div class="panel-body">
                <form class="form-horizontal m-t-20" action="#" method="post" role="form">
                    <div class="form-group ">
                        <div class="col-xs-12">
                            <label for="login" class="control-label">Your Email *</label>
                            <input class="form-control" type="text" id="id_login" name="login" placeholder="Enter your email" autofocus="autofocus">
                        </div>
                    </div>
                    <div class="form-group ">
                        <div class="col-xs-12">
                            <label for="password" class="control-label">Your Password *</label>
                            <input class="form-control" type="password" id="id_password" name="password" placeholder="Enter your password">
                        </div>
                    </div>
                    <div class="form-group text-center m-t-40">
                        <div class="col-xs-12">
                            <button class="btn btn-custom btn-bordered btn-block waves-effect waves-light" type="submit">
                                Sign In
                            </button>
                        </div>
                    </div>
                    <div class="form-group m-t-20 m-b-0">
                        <div class="col-sm-12">
                            <p class="text-muted">Forget your password?
                                <a href="#">
                                    Reset Now
                                </a>
                            </p>
                        </div>
                    </div>
                </form>
            </div>
        </div>
        <div class="row">
            <div class="col-sm-12 text-center">
                Don't have an account? <a href="#" class="text-primary m-l-5"><b>Sign Up</b></a>
                <p></p>
            </div>
        </div>
    </div>
</div>

CSS code

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

body {
    background: #ebeff2;
    font-family: 'WeblySleek UI','Segoe UI','Helvetica Neue',Arial,sans-serif;
    margin: 0;
    padding-bottom: 60px;
    overflow-x: hidden;
    color: #797979;
}
.account-pages {
    background: url(https://timekeeper.io/static/app/images/big/bg1.jpg?2d017e8580cb) center;
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: cover;
}
.wrapper-page {
    margin: 5% auto;
    position: relative;
    width: 420px;
}
.wrapper-page .card-box {
    box-shadow: 0 0 24px 0 rgba(0,0,0,0.06), 0 1px 0 0 rgba(0,0,0,0.02);
}

.card-box {
    padding: 20px;
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.06), 0 1px 0 0 rgba(0,0,0,0.02);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    background-clip: padding-box;
    margin-bottom: 20px;
    background-color: #ffffff;
}
.form-control {
    background-color: #FFFFFF;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    color: #565656;
    padding: 7px 12px;
    height: 38px;
    max-width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

Similar snippets

Bootstrap example and template. signup page with overlay

signup page with overlay

Bootstrap example and template. Login form with css3 animation

Login form with css3 animation

Bootstrap example and template. Form sign in inside narrow jumbotron

Form sign in inside narrow jumbotron

Bootstrap example and template. social network login

social network login

Bootstrap example and template. Filter search result page

Filter search result page

Bootstrap example and template. bs4 card widget

bs4 card widget

Bootstrap example and template. Simple panel items

Simple panel items

Bootstrap example and template. Order history

Order history

FAQ

How do I use this snippet?

Include Bootstrap 3.4.1, 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.4.1.

Bootstrap example and template. timekeeper login

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 786+ views. Reuse this snippet to speed up landing pages, dashboards, or onboarding flows.

Bootstrap 3.4.1

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

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

This code example is based on bootstrap 3.4.1 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