"Sign Up Form"
Bootstrap 3.0.0 Snippet by sumi9xm

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 ---------->
<body style="background-color:#f5f5f5">
<section class="hit-form_warp">
<p class="Back_to_home"><a href="hitgoalz.html" class="get_start_btn purple_bg_hov"><i class="fa fa-arrow-left" aria-hidden="true"></i> Back</a> </p>
<div class="logo">
<a href="hitgoalz.html"><img src="https://lh3.googleusercontent.com/-r0Fhzz-so14/WNf9-4M65JI/AAAAAAAAD3E/ht6IhlL9gG4ujE2Hqiq70U3jBb6KQmaAQCL0B/w180-d-h43-p-rw/logo-2.png" class="img-responsive"> </a>
</div>
<p class="dont_hav_ac">Already have an account? <a href="hitgoalz-login.html" class="get_start_btn purple_bg_hov">Login</a> </p>
<div class="container">
<div class="row">
<div class="col-sm-offset-3 col-md-6">
<div class="form_warp">
<h1>Start Now your journey of Success</h1>
<h3>Experience joy in your work</h3>
<div class="box">
<form>
<div>
<input type="name" name="name" required="">
<label>NAME</label>
</div>
<div>
<input type="mail" name="mail" required="">
<label>WORK EMAIL ADDRESS</label>
</div>
<div>
<input type="password" name="password" required="">
<label>PASSWORD</label>
</div>
<div>
<input type="submit" class="purple_bg" value="CONTINUE" id="sendEmail"> </div>
</form>
<div class="terms_policy">By clicking "Continue" I agree to Hitgoalz <a href="#" class="purple_color"> Terms of Service.</a> and <a href="#" class="purple_color"> Privacy Policy.</a> </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
/*LOGIN FORM///////////////////////////////*/
.hit-form_warp {
height: 650px;
}
.logo {
margin-left: auto;
margin-right: auto;
width: 175px;
margin-top: 130px;
}
.form_warp {
width: 100%;
margin-left: auto;
margin-right: auto;
padding: 25px;
margin-top: 50px;
background-color: #fff;
background-color: #fff;
border: 1px solid transparent;
border-color: #ddd;
border-radius: 3px;
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}
.hit-form_warp .dont_hav_ac {
position: absolute;
right: 0;
top: 0;
margin-top: 38px;
margin-bottom: 46px;
margin-right: 5%;
font-size: 13px;
color: #596377;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: