-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
347 lines (308 loc) · 9.6 KB
/
index.html
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
<!DOCTYPE html>
<html lang="en-IN">
<head>
<!-- <meta charset="utf-8"> -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Candour Systems</title>
<link href='http://fonts.googleapis.com/css?family=Ropa+Sans' rel='stylesheet'>
<link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel='stylesheet'>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<!-- jQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!-- Latest compiled JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<style>
body {
font-family: 'Ropa Sans', sans-serif;
color: #666;
font-size: 14px;
color: #333
}
li,
ul,
body,
input {
margin: 0;
padding: 0;
list-style: none
}
#login-form {
width: 350px;
background: #FFF;
margin: 0 auto;
margin-top: 70px;
background: #f8f8f8;
overflow: hidden;
border-radius: 7px
}
.form-header {
display: table;
clear: both
}
.form-header label {
display: block;
cursor: pointer;
z-index: 999
}
.form-header li {
margin: 0;
line-height: 60px;
width: 175px;
text-align: center;
background: #eee;
font-size: 18px;
float: center ;
transition: all 600ms ease
}
/*sectiop*/
.section-out {
width: 700px;
float: left;
transition: all 600ms ease
}
.section-out:after {
content: '';
clear: both;
display: table
}
.section-out section {
width: 350px;
float: left
}
.login {
padding: 20px
}
.ul-list {
clear: both;
display: table;
width: 100%
}
.ul-list:after {
content: '';
clear: both;
display: table
}
.ul-list li {
margin: 0 auto;
margin-bottom: 12px
}
.input {
background: #fff;
transition: all 800ms;
width: 247px;
border-radius: 3px 0 0 3px;
font-family: 'Ropa Sans', sans-serif;
border: solid 1px #ccc;
border-right: none;
outline: none;
color: #999;
height: 40px;
line-height: 40px;
display: inline-block;
padding-left: 10px;
font-size: 16px
}
.input,
.login span.icon {
vertical-align: top
}
.login span.icon {
width: 50px;
transition: all 800ms;
text-align: center;
color: #999;
height: 40px;
border-radius: 0 3px 3px 0;
background: #e8e8e8;
height: 40px;
line-height: 40px;
display: inline-block;
border: solid 1px #ccc;
border-left: none;
font-size: 16px
}
.input:focus:invalid {
border-color: red
}
.input:focus:invalid+.icon {
border-color: red
}
.input:focus:valid {
border-color: green
}
.input:focus:valid+.icon {
border-color: green
}
#check,
#check1 {
top: 1px;
position: relative
}
.btn {
border: none;
outline: none;
background: #0099CC;
border-bottom: solid 4px #006699;
font-family: 'Ropa Sans', sans-serif;
margin: 0 auto;
display: block;
height: 40px;
width: 100%;
padding: 0 10px;
border-radius: 3px;
font-size: 16px;
color: #FFF
}
.social-login {
padding: 15px 20px;
background: #f1f1f1;
border-top: solid 2px #e8e8e8;
text-align: right
}
.social-login a {
display: inline-block;
height: 35px;
text-align: center;
line-height: 35px;
width: 35px;
margin: 0 3px;
text-decoration: none;
color: #FFFFFF
}
.form a i.fa {
line-height: 35px
}
.fb {
background: #305891
}
.tw {
background: #2ca8d2
}
.gp {
background: #dd4b39
}
.in{
background: black;
}
.remember {
width: 50%;
display: inline-block;
clear: both;
font-size: 14px
}
.remember:nth-child(2) {
text-align: right
}
.remember a {
text-decoration: none;
color: #666
}
.hide {
display: none
}
/*swich form*/
#signup:checked~.section-out {
margin-left: -350px
}
#login:checked~.section-out {
margin-left: 0px
}
#login:checked~div .form-header li:nth-child(1),
#signup:checked~div .form-header li:nth-child(2) {
background: #e8e8e8
}
</style>
</head>
<body>
<nav class="navbar navbar-default">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#mynav">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar "></span>
<span class="icon-bar "></span>
<span class="icon-bar "></span>
</button>
<a class="navbar-brand" href="#">
<b>Candour Systems</b>
</a>
</div>
<div class="panel-collapse navbar-collapse" id="mynav">
<ul class="nav navbar-nav navbar-right">
<!-- Add the class navbar-right to align menu items to right -->
<!--Links go here -->
<li class="active"><a href="#">Home</a></li>
<li><a href="#">About Us </a></li>
<li><a href="#">Support</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>
</div>
</nav>
<div id="login-form">
<input type="radio" checked id="login" name="switch" class="hide">
<!-- <input type="radio" id="signup" name="switch" class="hide"> -->
<div><br>
<img src="a.jpg" class="img-responsive img-circle" style="height:200px; width: 200px; margin:auto;" alt="bump"></img>
<br><ul class="form-header list-inline center-block text-center">
<li>
<label for="login" ><i class="fa fa-lock"></i> LOGIN
<!-- <label for="signup"><i class="fa fa-credit-card"></i> REGISTER</label> -->
<BR>
</li>
</ul>
</div>
<div class="section-out">
<section class="login-section">
<div class="login">
<form action="">
<ul class="ul-list">
<li>
<input type="email" required class="input" placeholder="Your Email" /><span class="icon"><i class="fa fa-user"></i></span></li>
<li>
<input type="password" required class="input" placeholder="Password" /><span class="icon"><i class="fa fa-lock"></i></span></li>
<li><span class="remember"><input type="checkbox" id="check"> <label for="check">Remember Me</label></span><span class="remember"><a href="">Forget Password</a></span></li>
<li>
<input type="submit" value="SIGN IN" class="btn">
</li>
</ul>
</form>
</div>
<div class="social-login">
<a href="" class="fb"><i class="fa fa-facebook"></i></a>
<a href="" class="tw"><i class="fa fa-twitter"></i></a>
<a href="" class="gp"><i class="fa fa-google-plus"></i></a>
<a href="" class="in"><i class="fa fa-instagram" aria-hidden="true"></i></a>
</div>
</section>
<!-- <section class="signup-section">
<div class="login">
<form action="">
<ul class="ul-list">
<li>
<input type="email" required class="input" placeholder="Your Email" /><span class="icon"><i class="fa fa-user"></i></span></li>
<li>
<input type="password" required class="input" placeholder="Password" /><span class="icon"><i class="fa fa-lock"></i></span></li>
<li>
<input type="checkbox" id="check1">
<label for="check1">I accept terms and conditions</label>
</li>
<li>
<input type="submit" value="SIGN UP" class="btn">
</li>
</ul>
</form>
</div>
<div class="social-login">
<a href="" class="fb"><i class="fa fa-facebook"></i></a>
<a href="" class="tw"><i class="fa fa-twitter"></i></a>
<a href="" class="gp"><i class="fa fa-google-plus"></i></a>
<a href="" class="in"><i class="fa fa-linkedin"></i></a>
</div>
</section> -->
</div>
</div>
</body>
</html>