"Full Page Sign In"
Bootstrap 3.1.0 Snippet by BhaumikPatel

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<link href="//netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.1.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 ---------->
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="pr-wrap">
<div class="pass-reset">
<label>
Enter the email you signed up with</label>
<input type="email" placeholder="Email" />
<input type="submit" value="Submit" class="pass-reset-submit btn btn-success btn-sm" />
</div>
</div>
<div class="wrap">
<p class="form-title">
Sign In</p>
<form class="login">
<input type="text" placeholder="Username" />
<input type="password" placeholder="Password" />
<input type="submit" value="Sign In" class="btn btn-success btn-sm" />
<div class="remember-forgot">
<div class="row">
<div class="col-md-6">
<div class="checkbox">
<label>
<input type="checkbox" />
Remember Me
</label>
</div>
</div>
<div class="col-md-6 forgot-pass-content">
<a href="javascription:void(0)" class="forgot-pass">Forgot Password</a>
</div>
</div>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
body
{
background: url('http://farm3.staticflickr.com/2832/12303719364_c25cecdc28_b.jpg') fixed;
background-size: cover;
padding: 0;
margin: 0;
}
.wrap
{
width: 100%;
height: 100%;
min-height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 99;
}
p.form-title
{
font-family: 'Open Sans' , sans-serif;
font-size: 20px;
font-weight: 600;
text-align: center;
color: #FFFFFF;
margin-top: 5%;
text-transform: uppercase;
letter-spacing: 4px;
}
form
{
width: 250px;
margin: 0 auto;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
4
5
6
7
8
9
$(document).ready(function () {
$('.forgot-pass').click(function(event) {
$(".pr-wrap").toggleClass("show-pass-reset");
});
$('.pass-reset-submit').click(function(event) {
$(".pr-wrap").removeClass("show-pass-reset");
});
});
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments:

dude i got problem when i opened this in the smartphone, the pict just repeated. i've tried by giving it repeat:none but not work, anyone can help?

recito gigih () - 7 years ago - Reply 0


amazing!!!

speedy () - 7 years ago - Reply 0


forget password not working

mani () - 9 years ago - Reply 0


awesome :)

Muhammad Farooq () - 9 years ago - Reply 0


when name field is added to password, transparency is affected
<input type="password" name="pwd"/>

Secret105v () - 9 years ago - Reply 0


cool

Yaroslav Godz () - 10 years ago - Reply 0


cool

didinsino () - 10 years ago - Reply 0


Nice

quang pham () - 10 years ago - Reply 0


Awesommmee

Akbar () - 10 years ago - Reply 0


Nice work

Alan Klement () - 11 years ago - Reply 0


i love this

Yoza Wiratama () - 11 years ago - Reply 0