icleafreportui 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (77) hide show
  1. package/.env +7 -0
  2. package/README.md +70 -0
  3. package/package.json +55 -0
  4. package/public/favicon.ico +0 -0
  5. package/public/images/EResourcesImg.png +0 -0
  6. package/public/images/courseCardImg.png +0 -0
  7. package/public/images/courseInfo.png +0 -0
  8. package/public/images/exam-options.png +0 -0
  9. package/public/images/icleaf-11.png +0 -0
  10. package/public/images/icleaf_logo.png +0 -0
  11. package/public/images/template.png +0 -0
  12. package/public/images/unnamed.png +0 -0
  13. package/public/images/user.jpg +0 -0
  14. package/public/images/young-man-studying-library-using-laptop-1.png +0 -0
  15. package/public/index.html +45 -0
  16. package/public/logo192.png +0 -0
  17. package/public/logo512.png +0 -0
  18. package/public/manifest.json +25 -0
  19. package/public/robots.txt +3 -0
  20. package/src/App.css +24 -0
  21. package/src/App.js +37 -0
  22. package/src/Login.js +159 -0
  23. package/src/Reports/CourseReport.js +209 -0
  24. package/src/Reports/ExamPackReport.js +554 -0
  25. package/src/Reports/ExamReport.js +269 -0
  26. package/src/Reports/Report.js +271 -0
  27. package/src/api/client.jsx +42 -0
  28. package/src/components/Header.css +301 -0
  29. package/src/components/Header.jsx +192 -0
  30. package/src/components/Loader.jsx +23 -0
  31. package/src/components/imagePathUrl.jsx +11 -0
  32. package/src/components/sidebar.css +947 -0
  33. package/src/components/sidebar.jsx +81 -0
  34. package/src/context/TenantProvider.jsx +22 -0
  35. package/src/fonts/210000.jpg +0 -0
  36. package/src/fonts/210001.jpg +0 -0
  37. package/src/fonts/210003.jpg +0 -0
  38. package/src/fonts/210004.jpg +0 -0
  39. package/src/fonts/210006.jpg +0 -0
  40. package/src/fonts/210018.jpg +0 -0
  41. package/src/fonts/210019.jpg +0 -0
  42. package/src/fonts/210020.jpg +0 -0
  43. package/src/fonts/210279.jpg +0 -0
  44. package/src/fonts/210280.jpg +0 -0
  45. package/src/fonts/Gilroy-Black.ttf +0 -0
  46. package/src/fonts/Gilroy-BlackItalic.ttf +0 -0
  47. package/src/fonts/Gilroy-Bold.ttf +0 -0
  48. package/src/fonts/Gilroy-BoldItalic.ttf +0 -0
  49. package/src/fonts/Gilroy-ExtraBold.ttf +0 -0
  50. package/src/fonts/Gilroy-ExtraBoldItalic.ttf +0 -0
  51. package/src/fonts/Gilroy-Heavy.ttf +0 -0
  52. package/src/fonts/Gilroy-HeavyItalic.ttf +0 -0
  53. package/src/fonts/Gilroy-Light.ttf +0 -0
  54. package/src/fonts/Gilroy-LightItalic.ttf +0 -0
  55. package/src/fonts/Gilroy-Medium.ttf +0 -0
  56. package/src/fonts/Gilroy-MediumItalic.ttf +0 -0
  57. package/src/fonts/Gilroy-Regular.ttf +0 -0
  58. package/src/fonts/Gilroy-RegularItalic.ttf +0 -0
  59. package/src/fonts/Gilroy-SemiBold.ttf +0 -0
  60. package/src/fonts/Gilroy-SemiBoldItalic.ttf +0 -0
  61. package/src/fonts/Gilroy-Thin.ttf +0 -0
  62. package/src/fonts/Gilroy-ThinItalic.ttf +0 -0
  63. package/src/fonts/Gilroy-UltraLight.ttf +0 -0
  64. package/src/fonts/Gilroy-UltraLightItalic.ttf +0 -0
  65. package/src/fonts/Help - Guide Document.pdf +0 -0
  66. package/src/fonts/License.txt +144 -0
  67. package/src/fonts/More Free Fonts on fontshmonts.com.url +2 -0
  68. package/src/fonts/cover.jpg +0 -0
  69. package/src/index.css +13 -0
  70. package/src/index.js +21 -0
  71. package/src/login.css +809 -0
  72. package/src/logo.svg +1 -0
  73. package/src/package.js +10 -0
  74. package/src/reportWebVitals.js +13 -0
  75. package/src/setupTests.js +5 -0
  76. package/src/styles.css +2026 -0
  77. package/src/theme.css +107 -0
package/src/login.css ADDED
@@ -0,0 +1,809 @@
1
+ .login-main-container {
2
+ display: flex;
3
+ }
4
+
5
+ .login-container {
6
+ display: flex;
7
+ }
8
+
9
+ .login-input-container {
10
+ justify-content: center;
11
+
12
+ }
13
+
14
+ .eye-icon_login {
15
+ color: var(--label-color);
16
+ cursor: pointer;
17
+ margin-left: -30px;
18
+ width: 20px;
19
+ height: 20px;
20
+ }
21
+
22
+
23
+ .dont-have-text {
24
+ color: var(--text-300, #BDBDBD);
25
+
26
+ font-size: 12px;
27
+ font-style: normal;
28
+ font-weight: 400;
29
+ line-height: normal
30
+ }
31
+
32
+ .signup-text {
33
+ text-decoration: none;
34
+ color: var(--main-primary, #3665C5);
35
+
36
+ font-size: 12px;
37
+ font-style: normal;
38
+ font-weight: 400;
39
+ line-height: normal;
40
+ }
41
+
42
+ .login {
43
+ display: flex;
44
+ justify-content: space-between;
45
+ align-items: center;
46
+ }
47
+
48
+ .welcome-text {
49
+ color: #667085;
50
+
51
+ font-size: 24px;
52
+ font-style: normal;
53
+ font-weight: 400;
54
+ line-height: normal;
55
+ }
56
+
57
+ .login-to-text {
58
+ color: #667085;
59
+
60
+ font-size: 16px;
61
+ font-style: normal;
62
+ font-weight: 400;
63
+ line-height: normal;
64
+ }
65
+
66
+ .form-group {
67
+ margin-bottom: 20px;
68
+ }
69
+
70
+ .form-group label {
71
+ display: block;
72
+ margin-bottom: 5px;
73
+ font-weight: bold;
74
+
75
+ color: #667085;
76
+
77
+ }
78
+
79
+ .form-group input {
80
+ padding: 10px;
81
+ border: 1px solid #ccc;
82
+ border-radius: 5px;
83
+ }
84
+
85
+ .email-input-container {
86
+ position: relative;
87
+ width: 456px;
88
+ align-items: center;
89
+
90
+ }
91
+
92
+ .mail-icon {
93
+ position: absolute;
94
+ top: 50%;
95
+ left: 12px;
96
+ transform: translateY(-50%);
97
+ color: #667085;
98
+
99
+ }
100
+
101
+ .email-input-container input[type="username"] {
102
+ padding-left: 40px;
103
+ width: calc(100% - 30px);
104
+
105
+
106
+ }
107
+
108
+ .password-input-container {
109
+ position: relative;
110
+ width: 456px;
111
+ }
112
+
113
+ .lock-icon {
114
+ position: absolute;
115
+ top: 50%;
116
+ left: 12px;
117
+ transform: translateY(-50%);
118
+ color: #667085;
119
+
120
+ }
121
+
122
+ .eye-off-icon {
123
+ position: absolute;
124
+ top: 50%;
125
+ right: 12px;
126
+ transform: translateY(-50%);
127
+ cursor: pointer;
128
+ }
129
+
130
+ .password-input-container input[type="password"] {
131
+ padding-left: 40px;
132
+ width: calc(100% - 30px);
133
+
134
+ }
135
+
136
+ .forgot-pass {
137
+ color: var(--main-primary, #3665C5);
138
+
139
+ font-size: 12px;
140
+ font-style: normal;
141
+ font-weight: 400;
142
+ line-height: normal;
143
+ text-decoration: none;
144
+ }
145
+
146
+ .remember-me {
147
+ display: flex;
148
+ justify-content: space-between;
149
+
150
+ align-items: center;
151
+ font-size: small;
152
+
153
+ }
154
+
155
+ .button {
156
+ display: flex;
157
+ width: 456px;
158
+ padding: 14px 28px;
159
+ justify-content: center;
160
+ align-items: center;
161
+ gap: 10px;
162
+ border-radius: 6px;
163
+
164
+ height: 20px;
165
+ border: 1px solid transparent;
166
+
167
+
168
+
169
+ }
170
+
171
+ .login-button {
172
+ margin-top: 30px;
173
+ }
174
+
175
+ /* ------------------------elearn dash start --------------------*/
176
+
177
+ /* elaearn dashboard css*/
178
+ .elearn-container {
179
+ display: flex;
180
+ flex-direction: column;
181
+ }
182
+
183
+ .dropdown-group {
184
+ margin-bottom: 10px;
185
+ display: flex;
186
+ flex-direction: column;
187
+ }
188
+
189
+ .dropdown-group label {
190
+ display: block;
191
+ margin-bottom: 5px;
192
+ }
193
+
194
+ .dropdown {
195
+ width: 350px;
196
+ height: 43px;
197
+ border-radius: 5px;
198
+ border: 1px solid #A2A2A6;
199
+ background: #FFF;
200
+ }
201
+
202
+ .drop-container {
203
+ display: flex;
204
+ flex-direction: column;
205
+ }
206
+
207
+ /* ... rest of your CSS ... */
208
+
209
+
210
+
211
+
212
+ /*
213
+ .book-icon {
214
+ position: absolute;
215
+ left: 10px;
216
+ top: 50%;
217
+ transform: translateY(-50%);
218
+ } */
219
+
220
+ /* courses dashboard css*/
221
+
222
+ /*
223
+ .book-icon {
224
+ position: absolute;
225
+ left: 10px;
226
+ top: 50%;
227
+ transform: translateY(-50%);
228
+ } */
229
+
230
+
231
+ /* elearn dashboard card boxes*/
232
+ .elearn-details {
233
+ display: grid;
234
+ grid-template-columns: repeat(3, 1fr);
235
+ grid-gap: 20px;
236
+ margin-top: 30px;
237
+ align-items: center;
238
+ justify-content: space-between;
239
+
240
+ }
241
+
242
+ /*elearn box */
243
+ .card.card-body.shadow-v2.elearn-box {
244
+ border: none;
245
+ background-color: #ffffff;
246
+ box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
247
+ padding: 20px;
248
+ margin: 0;
249
+ max-width: 230px;
250
+ width: 200px;
251
+ height: 135px;
252
+ border-radius: 10px;
253
+ background: #FFF;
254
+ }
255
+
256
+ .card.card-body.shadow-v2.elearn-box h3 {
257
+ font-size: 18px;
258
+ font-weight: bold;
259
+ margin-bottom: 10px;
260
+ }
261
+
262
+ .card.card-body.shadow-v2.elearn-box p {
263
+ font-size: 14px;
264
+ }
265
+
266
+ .elearn-details .row:nth-child(2) {
267
+ grid-template-columns: repeat(3, 1fr);
268
+ }
269
+
270
+
271
+
272
+ /*circcle*/
273
+
274
+ .grid-container {
275
+ display: grid;
276
+ grid-template-columns: repeat(3, 1fr);
277
+ grid-gap: 20px;
278
+ padding: 20px;
279
+ }
280
+
281
+ .card {
282
+ display: flex;
283
+ flex-direction: column;
284
+ align-items: center;
285
+ justify-content: center;
286
+ text-align: center;
287
+
288
+ border-radius: 10px;
289
+ box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
290
+ background-color: #ffffff;
291
+ max-width: 230px;
292
+ background: #FFF;
293
+ }
294
+
295
+ .response-circle {
296
+ width: 50px;
297
+ height: 50px;
298
+ border-radius: 50%;
299
+ background: #29CC39;
300
+ display: flex;
301
+ align-items: center;
302
+ justify-content: center;
303
+ color: white;
304
+ font-size: 24px;
305
+ }
306
+
307
+ .response-description {
308
+ margin-top: 10px;
309
+ }
310
+
311
+
312
+
313
+ /* ------------------------elearn dash over --------------------*/
314
+
315
+ /* suruthika*/
316
+ .login-container {
317
+ display: flex;
318
+ justify-content: space-between;
319
+ align-items: center;
320
+ height: 100vh;
321
+
322
+ }
323
+
324
+ .login-image {
325
+ flex: 1;
326
+ display: flex;
327
+ color: #fff;
328
+ }
329
+
330
+ .login-image img {
331
+ max-width: 100%;
332
+ height: auto;
333
+ }
334
+
335
+
336
+ .login-form {
337
+ flex: 1;
338
+ padding: 20px;
339
+ border-radius: 5px;
340
+ /* text-align: center; */
341
+ display: 'flex';
342
+ justify-content: 'center';
343
+ align-items: 'center';
344
+ }
345
+
346
+ .login-form h2 {
347
+ margin-bottom: 20px;
348
+ }
349
+
350
+ .form-group {
351
+ margin-bottom: 15px;
352
+ }
353
+
354
+ .form-group label {
355
+ display: block;
356
+ margin-bottom: 5px;
357
+ font-weight: bold;
358
+ }
359
+
360
+ .form-group input {
361
+ width: 100%;
362
+ /* padding: 10px; */
363
+ border: 1px solid #ccc;
364
+ border-radius: 5px;
365
+
366
+ display: flex;
367
+ height: 30px;
368
+ padding: 6px 12px;
369
+ align-items: center;
370
+ gap: 10px;
371
+ }
372
+
373
+ .login-button {
374
+ background-color: var(--primary-color);
375
+ border: none;
376
+ display: flex;
377
+ width: 456px;
378
+ padding: 14px 28px;
379
+ justify-content: center;
380
+ align-items: center;
381
+ gap: 10px;
382
+ border-radius: 6px;
383
+ }
384
+
385
+ /*Change Password*/
386
+ .register-container {
387
+ flex: 1;
388
+ display: flex;
389
+ justify-content: center;
390
+ align-items: center;
391
+ }
392
+
393
+
394
+
395
+ .register-form-container {
396
+ width: 100%;
397
+ max-width: 400px;
398
+
399
+ }
400
+
401
+ .input-group {
402
+ display: flex;
403
+ flex-direction: column;
404
+ }
405
+
406
+ .input-group label {
407
+ margin-bottom: 5px;
408
+ margin-top: 14px;
409
+ font-weight: bold;
410
+ }
411
+
412
+ .input-group-input {
413
+ width: 95%;
414
+ padding: 10px;
415
+ border: 1px solid #ccc;
416
+ border-radius: 5px;
417
+ font-size: 16px;
418
+ }
419
+
420
+
421
+
422
+ .continue-button {
423
+ background-color: var(--primary-color);
424
+ border: none;
425
+ display: flex;
426
+ width: 106%;
427
+ padding: 14px 28px;
428
+ justify-content: center;
429
+ align-items: center;
430
+ margin-top: 30px;
431
+ border-radius: 6px;
432
+ color: white;
433
+ }
434
+
435
+ /* .label-reg {
436
+ color: #667085;
437
+
438
+ font-size: 15px;
439
+ font-style: normal;
440
+ font-weight: 400;
441
+ line-height: normal;
442
+ } */
443
+
444
+ .input-icon {
445
+ position: absolute;
446
+ left: 10px;
447
+ top: 50%;
448
+ transform: translateY(-50%);
449
+ }
450
+
451
+
452
+
453
+ /* recreate by anu elearn dashboard */
454
+ .elearn-container {
455
+ display: flex;
456
+ flex-direction: column;
457
+ /* margin-top: 2%; */
458
+ padding: 10px;
459
+ }
460
+
461
+ .dropdown-container {
462
+ display: flex;
463
+ flex-direction: row;
464
+ padding: 20px;
465
+ }
466
+
467
+ .response-container {
468
+ display: flex;
469
+ flex-direction: column;
470
+ justify-content: space-between;
471
+ }
472
+
473
+
474
+ /* assessment bar chart */
475
+ .bar-chart {
476
+ display: flex;
477
+ flex-direction: column;
478
+ }
479
+
480
+ .bar {
481
+ margin-bottom: 10px;
482
+ }
483
+
484
+ .label {
485
+ font-size: 16px;
486
+ margin-bottom: 5px;
487
+ }
488
+
489
+ .bar-fill {
490
+ background-color: #3498db;
491
+ /* Adjust the color as needed */
492
+ height: 20px;
493
+ /* Adjust the height as needed */
494
+ }
495
+
496
+
497
+ /* latest changes 25/10 */
498
+
499
+ .page_container {
500
+ --bs-gutter-x: 0rem !important;
501
+ }
502
+
503
+ .dont_acc_container {
504
+ text-align: center;
505
+ margin-top: 10px;
506
+ }
507
+
508
+ .login_img {
509
+ width: 50%;
510
+ position: fixed;
511
+ top: 0;
512
+ left: 0;
513
+ z-index: -1;
514
+ }
515
+
516
+ .login_container1 {
517
+ padding-right: 0px !important;
518
+ }
519
+
520
+ .login_container2_bg {
521
+ background-color: var(--content-background-color);
522
+ height: 100vh
523
+ }
524
+
525
+ .logo_container {
526
+ /* margin-top: 20px; */
527
+ /* padding-left: 35px; */
528
+ padding-right: 20px;
529
+ display: flex;
530
+ justify-content: space-between;
531
+ align-items: center;
532
+ }
533
+
534
+ .dont_acc_text {
535
+ color: var(--input-text-color);
536
+ font-size: 13px;
537
+ font-weight: 400;
538
+ }
539
+
540
+ .signup_text {
541
+ color: var(--primary-color);
542
+ font-size: 13px;
543
+ font-weight: 400;
544
+ padding-left: 3px;
545
+ text-decoration: none;
546
+ }
547
+
548
+ .signup_text {
549
+ font-size: 12px;
550
+ line-height: 14.06px;
551
+ letter-spacing: 0em;
552
+ font-weight: bold;
553
+ color: #3665C5;
554
+ cursor: pointer;
555
+ margin-left: 5px;
556
+ text-decoration: none;
557
+ }
558
+
559
+ .login_form_container {
560
+ vertical-align: middle;
561
+ width: 80%;
562
+ max-width: 490px;
563
+ margin: auto;
564
+ position: absolute;
565
+ left: 50%;
566
+ top: 50%;
567
+ transform: translate(-50%, -50%);
568
+ }
569
+
570
+ .login_container2_bg {
571
+ position: relative;
572
+ }
573
+
574
+ .welcome_text {
575
+ font-size: 24px;
576
+ font-weight: 600;
577
+ line-height: 28.13px;
578
+ color: var(--label-color);
579
+ }
580
+
581
+ .login_form_head_container {
582
+ padding-top: 10px;
583
+ padding-bottom: 30px;
584
+ }
585
+
586
+ .login_form_head {
587
+ font-size: 16px;
588
+ color: var(--label-color);
589
+ line-height: 18.75px;
590
+ font-weight: 600;
591
+ }
592
+
593
+ .logo_img {
594
+ width: 120px;
595
+ margin-bottom: 30px;
596
+ }
597
+
598
+ .login_btn {
599
+ background-color: var(--primary-color);
600
+ border: none;
601
+ display: flex;
602
+ width: 100%;
603
+ padding: 14px 28px;
604
+ justify-content: center;
605
+ align-items: center;
606
+ margin-top: 30px;
607
+ border-radius: 6px;
608
+ color: white;
609
+ }
610
+
611
+ .input_contanier {
612
+ margin-bottom: 20px;
613
+ margin-top: 10px;
614
+ position: relative;
615
+ }
616
+
617
+ .login_label {
618
+ font-size: 14px;
619
+ font-weight: 500;
620
+ line-height: 16.41px;
621
+ color: var(--label-color);
622
+ }
623
+
624
+ .input_box {
625
+ border: 1px solid var(--input-border-color);
626
+ border-radius: 4px;
627
+ width: 100%;
628
+ height: 43px;
629
+ padding: 6px 12px 11px 12px;
630
+ color: var(--label-color);
631
+ padding-left: 33px;
632
+ }
633
+
634
+ .input_icons {
635
+ position: absolute;
636
+ top: 15%;
637
+ left: 2%;
638
+ /* top: 50%;
639
+ left: 12px;
640
+ transform: translateY(-50%); */
641
+ color: var(--label-color);
642
+ /* right: 10px; */
643
+ }
644
+
645
+ .remember_container {
646
+ display: flex;
647
+ justify-content: flex-end;
648
+ }
649
+
650
+ .remember_checkbox {
651
+ display: flex;
652
+ align-items: center;
653
+ }
654
+
655
+ .remember_checkbox input[type="checkbox"] {
656
+ border-width: 2px;
657
+ width: 15px;
658
+ height: 15px;
659
+ cursor: pointer;
660
+ }
661
+
662
+ .remember_checkbox label {
663
+ font-size: 12px;
664
+ line-height: 14.06px;
665
+ font-weight: 500;
666
+ color: var(--label-color);
667
+ padding-left: 5px;
668
+ }
669
+
670
+ .forgot_pass_text {
671
+ font-size: 12px;
672
+ line-height: 14.06px;
673
+ font-weight: 500;
674
+ color: var(--primary-color);
675
+ text-decoration: none;
676
+ }
677
+
678
+ .mobile_img_container {
679
+ display: none;
680
+ }
681
+
682
+ .signup_ques_container {
683
+ display: none;
684
+ }
685
+
686
+ .lang_comman_container {
687
+ width: 100%;
688
+ margin-top: 20px;
689
+ padding: 0px 20px 0px 0px;
690
+ display: flex;
691
+ justify-content: end;
692
+ position: absolute;
693
+ top: 0;
694
+ right: 0;
695
+ }
696
+
697
+ /* mobile view media query */
698
+
699
+ @media only screen and (max-width:1000px) {
700
+
701
+ .login_container1 {
702
+ display: none;
703
+ }
704
+
705
+ .login_container2_bg {
706
+ background-color: var(--content-background-color);
707
+ padding: 10px 300px 20px 310px !important;
708
+ width: 100% !important;
709
+ }
710
+
711
+ .login_form_container {
712
+ margin-top: 0px;
713
+ padding: 0px;
714
+ padding-left: 0px;
715
+ padding-right: 0px;
716
+ }
717
+
718
+ .dont_acc_container {
719
+ display: none;
720
+ }
721
+
722
+ .signup_ques_container {
723
+ display: flex;
724
+ justify-content: end;
725
+ margin-top: 20px;
726
+ }
727
+
728
+ .logo_container {
729
+ margin-top: 0px;
730
+ padding-left: 0px;
731
+ padding-right: 0px;
732
+ display: flex;
733
+ justify-content: center;
734
+ align-items: center;
735
+ height: 80px;
736
+ }
737
+
738
+ /*
739
+ .logo_img {
740
+ height: 100%;
741
+ } */
742
+
743
+ .mobile_img_container {
744
+ display: flex;
745
+ justify-content: center;
746
+ }
747
+
748
+ .welcome_text {
749
+ display: flex;
750
+ justify-content: center;
751
+ font-size: 20px;
752
+ }
753
+
754
+ .login_form_head {
755
+ display: flex;
756
+ justify-content: center;
757
+ font-size: 18px;
758
+ }
759
+ }
760
+
761
+ @media only screen and (max-width:900px) {
762
+ .login_container2_bg {
763
+ background-color: var(--content-background-color);
764
+ padding: 10px 250px 20px 250px !important;
765
+ width: 100% !important;
766
+ }
767
+ }
768
+
769
+ @media only screen and (max-width:800px) {
770
+ .login_container2_bg {
771
+ background-color: var(--content-background-color);
772
+ padding: 10px 200px 20px 200px !important;
773
+ width: 100% !important;
774
+ }
775
+ }
776
+
777
+
778
+ @media only screen and (max-width:650px) {
779
+ .login_container2_bg {
780
+ background-color: var(--content-background-color);
781
+ padding: 10px 150px 20px 150px !important;
782
+ width: 100% !important;
783
+ }
784
+ }
785
+
786
+ @media only screen and (max-width:550px) {
787
+ .login_container2_bg {
788
+ background-color: var(--content-background-color);
789
+ padding: 10px 100px 20px 100px !important;
790
+ width: 100% !important;
791
+ }
792
+ }
793
+
794
+ @media only screen and (max-width:450px) {
795
+ .login_container2_bg {
796
+ background-color: var(--content-background-color);
797
+ padding: 10px 50px 20px 50px !important;
798
+ width: 100% !important;
799
+ }
800
+ }
801
+
802
+ @media only screen and (max-width:400px) {
803
+ .login_container2_bg {
804
+ background-color: var(--content-background-color);
805
+ padding: 10px 20px 20px 20px !important;
806
+ width: 100% !important;
807
+ }
808
+ }
809
+