"website Login page"
Bootstrap 3.0.0 Snippet by manoj90134

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.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.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-fluid login_main">
<h1 class="login_heading"> Welcome Back</h1>
<div class="login_wrapper">
<form class="login_form_1">
<div class="input-group form-group-lg">
<span class="input-group-addon"><i class="glyphicon glyphicon-user"></i></span>
<input id="email" type="text" class="form-control" name="email" placeholder="Email">
</div><br/>
<div class="input-group form-group-lg">
<span class="input-group-addon"><i class="glyphicon glyphicon-lock"></i></span>
<input id="password" type="password" class="form-control" name="password" placeholder="Password">
</div>
<div class="login_check_0">
<label class="checkbox-inline login_check_1 "><input type="checkbox" value="">Remember</label>
</div>
</form>
<div class="login_submit_button_0">
<a href="#"><button class="btn btn-primary btn-lg">LOGIN</button></a>
</div>
<h3 class="login_or_0"> OR</h3>
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
.login_main{
background-image: url(http://data.freehdw.com/creativity-water-spray-drops-flower-rose-desktop-images.jpg);
background-position: cover;
background-position:repeat-y;
}
.login_heading{
text-align: center;
color:green;
margin-bottom: 30px;
margin-top:120px;
}
.login_form_0{
}
.login_wrapper{
max-width:500px;
margin-left: 32%;
margin-bottom: 115px;
box-shadow: 0 12px 200px #e7e7e7;
padding: 25px;
}
.login_wrapper label{
font-weight:500;
font-style: 18px;
padding: 5px;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: