Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
ignitetch
GitHub Repository: ignitetch/advphishing
Path: blob/master/sites/tiktok/css/main.css
738 views
1
2
3
4
5
/*//////////////////////////////////////////////////////////////////
6
[ FONT ]*/
7
8
@font-face {
9
font-family: Poppins-Regular;
10
src: url('../fonts/poppins/Poppins-Regular.ttf');
11
}
12
13
@font-face {
14
font-family: Poppins-Medium;
15
src: url('../fonts/poppins/Poppins-Medium.ttf');
16
}
17
18
@font-face {
19
font-family: Poppins-Bold;
20
src: url('../fonts/poppins/Poppins-Bold.ttf');
21
}
22
23
@font-face {
24
font-family: Poppins-SemiBold;
25
src: url('../fonts/poppins/Poppins-SemiBold.ttf');
26
}
27
28
@font-face {
29
font-family: Montserrat-Bold;
30
src: url('../fonts/montserrat/Montserrat-Bold.ttf');
31
}
32
33
34
/*//////////////////////////////////////////////////////////////////
35
[ RESTYLE TAG ]*/
36
37
* {
38
margin: 0px;
39
padding: 0px;
40
box-sizing: border-box;
41
}
42
43
body, html {
44
height: 10%;
45
font-family: Poppins-Regular, sans-serif;
46
}
47
48
/*---------------------------------------------*/
49
a {
50
font-family: Poppins-Regular;
51
font-size: 14px;
52
line-height: 1.7;
53
color: #666666;
54
margin: 0px;
55
transition: all 0.4s;
56
-webkit-transition: all 0.4s;
57
-o-transition: all 0.4s;
58
-moz-transition: all 0.4s;
59
}
60
61
a:focus {
62
outline: none !important;
63
}
64
65
a:hover {
66
text-decoration: none;
67
color: #333333;
68
}
69
70
/*---------------------------------------------*/
71
h1,h2,h3,h4,h5,h6 {
72
margin: 1px;
73
}
74
75
p {
76
font-family: Poppins-Regular;
77
font-size: 14px;
78
line-height: 1.7;
79
color: #666666;
80
margin: 0px;
81
}
82
83
ul, li {
84
margin: 0px;
85
list-style-type: none;
86
}
87
88
89
/*---------------------------------------------*/
90
input {
91
outline: none;
92
border: none;
93
}
94
95
textarea {
96
outline: none;
97
border: none;
98
}
99
100
textarea:focus, input:focus {
101
border-color: transparent !important;
102
}
103
104
input::-webkit-input-placeholder { color: #999999;}
105
input:-moz-placeholder { color: #999999;}
106
input::-moz-placeholder { color: #999999;}
107
input:-ms-input-placeholder { color: #999999;}
108
109
textarea::-webkit-input-placeholder { color: #999999;}
110
textarea:-moz-placeholder { color: #999999;}
111
textarea::-moz-placeholder { color: #999999;}
112
textarea:-ms-input-placeholder { color: #999999;}
113
114
/*---------------------------------------------*/
115
button {
116
outline: none !important;
117
border: none;
118
background: black;
119
}
120
121
button:hover {
122
cursor: pointer;
123
}
124
125
iframe {
126
border: none !important;
127
}
128
129
/*//////////////////////////////////////////////////////////////////
130
[ utility ]*/
131
132
/*==================================================================
133
[ Text ]*/
134
.txt1 {
135
font-family: Poppins-Regular;
136
font-size: 13px;
137
line-height: 1.4;
138
color: #fff;
139
}
140
141
.txt2 {
142
font-family: Poppins-Regular;
143
font-size: 13px;
144
line-height: 1.4;
145
color: #fe2c54;
146
}
147
148
.txt3 {
149
font-family: Poppins-Regular;
150
font-size: 15px;
151
line-height: 1.4;
152
color: #fe2c54;
153
text-transform: uppercase;
154
}
155
156
[ Text ]*/
157
.txt12 {
158
font-family: Poppins-Regular;
159
font-size: 13px;
160
line-height: 1.4;
161
color: #999999;
162
}
163
/*==================================================================
164
[ Size ]*/
165
.size1 {
166
width: 355px;
167
max-width: 100%;
168
}
169
170
.size2 {
171
width: calc(100% - 43px);
172
}
173
174
175
/*//////////////////////////////////////////////////////////////////
176
[ login ]*/
177
178
.limiter {
179
width: 100%;
180
margin: 0 auto;
181
}
182
183
.container-login100 {
184
width: 100%;
185
min-height: 100vh;
186
display: -webkit-box;
187
display: -webkit-flex;
188
display: -moz-box;
189
display: -ms-flexbox;
190
display: flex;
191
flex-wrap: wrap;
192
justify-content: center;
193
align-items: center;
194
padding: 15px;
195
background: #000;
196
}
197
198
.wrap-login100 {
199
width: 1000px;
200
background: #000;
201
overflow: hidden;
202
display: -webkit-box;
203
display: -webkit-flex;
204
display: -moz-box;
205
display: -ms-flexbox;
206
display: flex;
207
flex-wrap: wrap;
208
align-items: stretch;
209
flex-direction: row-reverse;
210
211
}
212
213
/*==================================================================
214
[ login more ]*/
215
.login100-more {
216
width: 50%;
217
background-repeat: no-repeat;
218
background-size: ;
219
background-position: center;
220
position: relative;
221
z-index: 100;
222
}
223
224
225
226
227
228
/*==================================================================
229
[ Form ]*/
230
231
.login100-form {
232
width: 50%;
233
display: -webkit-box;
234
display: -webkit-flex;
235
display: -moz-box;
236
display: -ms-flexbox;
237
display: flex;
238
flex-wrap: wrap;
239
padding: 303px 65px 40px 65px;
240
}
241
242
.login100-form-title {
243
font-family:Poppins-Regular;
244
font-size: 20px;
245
color: #fff;
246
line-height: 1.2;
247
text-transform: uppercase;
248
letter-spacing: 2px;
249
text-align: center;
250
251
width: 100%;
252
display: block;
253
}
254
255
256
257
/*------------------------------------------------------------------
258
[ Input ]*/
259
260
.wrap-input100 {
261
width: 100%;
262
position: relative;
263
#border: 1px solid #e6e6e6;
264
}
265
266
.rs1-wrap-input100,
267
.rs2-wrap-input100 {
268
width: 50%;
269
}
270
271
.rs2-wrap-input100 {
272
border-left: none;
273
}
274
275
276
.input100 {
277
display: block;
278
width: 100%;
279
background: transparent;
280
font-family: Poppins-Regular;
281
font-size: 18px;
282
color: #fff;
283
line-height: 1.2;
284
padding: 0 25px;
285
}
286
287
input.input100 {
288
height: 55px;
289
}
290
291
/*---------------------------------------------*/
292
293
.focus-input100 {
294
position: absolute;
295
display: block;
296
width: calc(100% + 2px);
297
height: calc(100% + 2px);
298
top: -1px;
299
left: -1px;
300
pointer-events: none;
301
border: none;
302
303
visibility: hidden;
304
opacity: 0;
305
306
-webkit-transition: all 0.4s;
307
-o-transition: all 0.4s;
308
-moz-transition: all 0.4s;
309
transition: all 0.4s;
310
311
-webkit-transform: scaleX(1.1) scaleY(1.3);
312
-moz-transform: scaleX(1.1) scaleY(1.3);
313
-ms-transform: scaleX(1.1) scaleY(1.3);
314
-o-transform: scaleX(1.1) scaleY(1.3);
315
transform: scaleX(1.1) scaleY(1.3);
316
}
317
318
.input100:focus + .focus-input100 {
319
visibility: visible;
320
opacity: 1;
321
322
-webkit-transform: scale(1);
323
-moz-transform: scale(1);
324
-ms-transform: scale(1);
325
-o-transform: scale(1);
326
transform: scale(1);
327
}
328
329
330
331
/*------------------------------------------------------------------
332
[ Button ]*/
333
.container-login100-form-btn {
334
width: 100%;
335
display: -webkit-box;
336
display: -webkit-flex;
337
display: -moz-box;
338
display: -ms-flexbox;
339
display: flex;
340
flex-wrap: wrap;
341
justify-content: center;
342
}
343
344
.login100-form-btn {
345
display: -webkit-box;
346
display: -webkit-flex;
347
display: -moz-box;
348
display: -ms-flexbox;
349
display: flex;
350
justify-content: center;
351
align-items: center;
352
padding: 0 20px;
353
width: 100%;
354
height: 50px;
355
border-radius: 3px;
356
background: #fe2c54;
357
358
font-family: Montserrat-Bold;
359
font-size: 12px;
360
color: #fff;
361
line-height: 1.2;
362
text-transform: uppercase;
363
letter-spacing: 1px;
364
365
-webkit-transition: all 0.4s;
366
-o-transition: all 0.4s;
367
-moz-transition: all 0.4s;
368
transition: all 0.4s;
369
}
370
371
.login100-form-btn:hover {
372
background: #fe2c80;
373
}
374
375
376
377
/*------------------------------------------------------------------
378
[ Responsive ]*/
379
380
@media (max-width: 992px) {
381
.login100-form {
382
width: 60%;
383
padding-left: 30px;
384
padding-right: 30px;
385
}
386
387
.login100-more {
388
width: 40%;
389
}
390
}
391
392
@media (max-width: 768px) {
393
.login100-form {
394
width: 100%;
395
}
396
397
.login100-more {
398
width: 100%;
399
}
400
}
401
402
@media (max-width: 576px) {
403
.login100-form {
404
padding-left: 15px;
405
padding-right: 15px;
406
padding-top: 150px;
407
}
408
409
.rs1-wrap-input100,
410
.rs2-wrap-input100 {
411
width: 100%;
412
}
413
414
.rs2-wrap-input100 {
415
border-left: 1px solid #e6e6e6;
416
}
417
}
418
419
420
/*------------------------------------------------------------------
421
[ Alert validate ]*/
422
423
.validate-input {
424
position: relative;
425
}
426
427
.alert-validate::before {
428
content: attr(data-validate);
429
position: absolute;
430
max-width: 70%;
431
background-color: #fff;
432
border: 1px solid #c80000;
433
border-radius: 2px;
434
padding: 4px 25px 4px 10px;
435
top: 50%;
436
-webkit-transform: translateY(-50%);
437
-moz-transform: translateY(-50%);
438
-ms-transform: translateY(-50%);
439
-o-transform: translateY(-50%);
440
transform: translateY(-50%);
441
right: 12px;
442
pointer-events: none;
443
444
font-family: Poppins-Regular;
445
color: #c80000;
446
font-size: 13px;
447
line-height: 1.4;
448
text-align: left;
449
450
visibility: hidden;
451
opacity: 0;
452
453
-webkit-transition: opacity 0.4s;
454
-o-transition: opacity 0.4s;
455
-moz-transition: opacity 0.4s;
456
transition: opacity 0.4s;
457
}
458
459
.alert-validate::after {
460
content: "\f12a";
461
font-family: FontAwesome;
462
display: block;
463
position: absolute;
464
color: #c80000;
465
font-size: 16px;
466
top: 50%;
467
-webkit-transform: translateY(-50%);
468
-moz-transform: translateY(-50%);
469
-ms-transform: translateY(-50%);
470
-o-transform: translateY(-50%);
471
transform: translateY(-50%);
472
right: 18px;
473
}
474
475
.alert-validate:hover:before {
476
visibility: visible;
477
opacity: 1;
478
}
479
480
@media (max-width: 992px) {
481
.alert-validate::before {
482
visibility: visible;
483
opacity: 1;
484
}
485
}
486
487
488
489
490