"Login with Image"
Bootstrap 3.3.0 Snippet by lafina

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="//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 ---------->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimal-ui">
<!--Fonts -->
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,800' rel='stylesheet' type='text/css'>
</head>
<body>
<div class="container register" >
<div class="row">
<div class="col-md-6">
<img class="img-responsive register-image" src="http://www.freeupwork.com/images/womanpointing-cropped.png">
</div>
<div class="col-md-6 ">
<form class="form-index">
<div class="form-group row">
<div class="col-sm-8">
<label for="name">Name</label>
<input type="text" class="form-control" id="inputEmail3">
</div>
</div>
<div class="form-group row">
<div class="col-sm-8">
<label for="name">Email</label>
<input type="email" class="form-control" id="inputEmail3">
</div>
</div>
<div class="form-group row">
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
.courses{
text-align: center;
}
.courses-1{
margin-top:25px;
text-align: left;
}
.courses-style{
font-size: 20px;
font-family: 'Open Sans';
font-weight: 800;
line-height: 1.5em;
}
.register-style{
font-size: 20px;
font-family: 'Open Sans';
font-weight: 800;
line-height: 1.5em;
}
p.text{
text-align: justify;
}
.register{
background: radial-gradient(ellipse at center, #fff 0%, #d6d6d6 100%);
width: 100%;
height:auto;
}
img.register-image {
float: right;
border-bottom: 2px solid #fff
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: