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