@pmidc/upyog-css 1.1.5 → 1.1.7

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 (126) hide show
  1. package/dist/index.css +5068 -2869
  2. package/dist/index.min.css +1 -1
  3. package/package.json +1 -1
  4. package/src/components/CardBasedOptions.scss +535 -110
  5. package/src/components/CitizenHomeCard.scss +228 -228
  6. package/src/components/EllipsisMenu.scss +16 -16
  7. package/src/components/EventCalendarView.scss +9 -9
  8. package/src/components/FAQ.scss +63 -63
  9. package/src/components/NewAccordianCitizen.scss +130 -0
  10. package/src/components/OnGroundEventCard.scss +71 -71
  11. package/src/components/PageBasedInput.scss +30 -30
  12. package/src/components/PopupHeadingLabel.scss +14 -14
  13. package/src/components/PropertySearchForm.scss +58 -58
  14. package/src/components/SearchForm.scss +56 -56
  15. package/src/components/SearchOnRadioButton.scss +9 -9
  16. package/src/components/StandaloneSearchBar.scss +9 -9
  17. package/src/components/TimeLine.scss +96 -68
  18. package/src/components/WhatsNewCard.scss +12 -12
  19. package/src/components/actionLink.scss +3 -3
  20. package/src/components/actionbar.scss +96 -96
  21. package/src/components/bannercomponents.scss +137 -137
  22. package/src/components/body.scss +261 -147
  23. package/src/components/buttons.scss +87 -80
  24. package/src/components/card.scss +581 -436
  25. package/src/components/cardHeaderWithOptions.scss +13 -13
  26. package/src/components/changeLanguage.scss +3 -3
  27. package/src/components/charts.scss +185 -185
  28. package/src/components/checkbox.scss +83 -83
  29. package/src/components/checkpoint.scss +65 -65
  30. package/src/components/citizenInfoLabel.scss +14 -14
  31. package/src/components/custombtn.scss +15 -15
  32. package/src/components/datatable.scss +116 -116
  33. package/src/components/datewrap.scss +21 -21
  34. package/src/components/detailscard.scss +6 -6
  35. package/src/components/detailscontainer.scss +13 -13
  36. package/src/components/filters.scss +97 -97
  37. package/src/components/grey.scss +3 -3
  38. package/src/components/hoc/InboxComposer.scss +115 -115
  39. package/src/components/howItWorks.scss +71 -71
  40. package/src/components/imageviewer.scss +33 -33
  41. package/src/components/info-banner.scss +35 -35
  42. package/src/components/inputotp.scss +15 -15
  43. package/src/components/keynote.scss +29 -27
  44. package/src/components/languageSelector.scss +24 -24
  45. package/src/components/loader.scss +96 -96
  46. package/src/components/map.scss +36 -30
  47. package/src/components/metricsTable.scss +26 -26
  48. package/src/components/multiLink.scss +87 -87
  49. package/src/components/multiSelectDropdown.scss +88 -72
  50. package/src/components/navbar.scss +338 -345
  51. package/src/components/newFooter.scss +75 -0
  52. package/src/components/plusMinus.scss +15 -15
  53. package/src/components/popup.scss +15 -15
  54. package/src/components/radiobtn.scss +44 -44
  55. package/src/components/ratingstar.scss +33 -33
  56. package/src/components/roundedLabel.scss +10 -10
  57. package/src/components/searchAction.scss +27 -20
  58. package/src/components/sectionalDropdown.scss +43 -43
  59. package/src/components/selectdropdown.scss +276 -205
  60. package/src/components/staticDynamicMessages.scss +110 -110
  61. package/src/components/staticSideBar.scss +27 -27
  62. package/src/components/statushighlight.scss +17 -17
  63. package/src/components/submiterrors.scss +11 -11
  64. package/src/components/summary.scss +28 -28
  65. package/src/components/table.scss +362 -178
  66. package/src/components/tag.scss +27 -27
  67. package/src/components/telephone.scss +17 -17
  68. package/src/components/textfields.scss +119 -111
  69. package/src/components/toast.scss +31 -31
  70. package/src/components/toggleSwitch.scss +40 -40
  71. package/src/components/topbar.scss +217 -147
  72. package/src/components/uploadcomponents.scss +113 -113
  73. package/src/index.scss +1029 -1022
  74. package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -8
  75. package/src/pages/citizen/CitizenLogin.scss +50 -0
  76. package/src/pages/citizen/DocumentList.scss +448 -304
  77. package/src/pages/citizen/Events.scss +46 -46
  78. package/src/pages/citizen/HomePageWrapper.scss +214 -165
  79. package/src/pages/citizen/InboxCard.scss +327 -0
  80. package/src/pages/citizen/SurveyList.scss +21 -21
  81. package/src/pages/citizen/citizenDocument.scss +25 -21
  82. package/src/pages/citizen/citizenNewLogin.scss +357 -193
  83. package/src/pages/citizen/container.scss +32 -22
  84. package/src/pages/citizen/loaderMessage.scss +295 -295
  85. package/src/pages/citizen/payment/payment-type.scss +2 -2
  86. package/src/pages/citizen/updatePropertyNumber.scss +46 -46
  87. package/src/pages/common/form.scss +25 -25
  88. package/src/pages/common/newApplicationTimeline.scss +203 -0
  89. package/src/pages/common/pgrUICssfix.scss +105 -105
  90. package/src/pages/common/requiredField.scss +2 -2
  91. package/src/pages/common/sanctionFeeTable.scss +91 -91
  92. package/src/pages/common/searchIcon.scss +12 -12
  93. package/src/pages/common/stepForm.scss +40 -40
  94. package/src/pages/employee/EmployeeLogin.scss +6 -6
  95. package/src/pages/employee/cardfix.scss +13 -13
  96. package/src/pages/employee/container.scss +73 -73
  97. package/src/pages/employee/dashboard.scss +203 -203
  98. package/src/pages/employee/disconnection.scss +425 -425
  99. package/src/pages/employee/dss.scss +251 -249
  100. package/src/pages/employee/faq.scss +353 -353
  101. package/src/pages/employee/footer.scss +68 -68
  102. package/src/pages/employee/form-fields.scss +13 -13
  103. package/src/pages/employee/header.scss +262 -0
  104. package/src/pages/employee/iframe.scss +65 -65
  105. package/src/pages/employee/inbox.scss +744 -744
  106. package/src/pages/employee/index.scss +677 -678
  107. package/src/pages/employee/landing.scss +324 -324
  108. package/src/pages/employee/login.scss +253 -595
  109. package/src/pages/employee/oldMobileInbox.scss +4 -4
  110. package/src/pages/employee/popupmodule.scss +47 -47
  111. package/src/pages/employee/response.scss +2 -2
  112. package/src/pages/employee/scroll-table.scss +113 -113
  113. package/src/pages/employee/surveys.scss +469 -469
  114. package/src/pages/employee/tooltip.scss +35 -35
  115. package/src/pages/employee/updateNumber.scss +12 -12
  116. package/src/pages/swach/index.scss +172 -172
  117. package/src/pages/ws/index.scss +104 -104
  118. package/svg/camera.svg +4 -4
  119. package/svg/check.svg +3 -3
  120. package/svg/close.svg +4 -4
  121. package/svg/error.svg +3 -3
  122. package/svg/error2.svg +5 -5
  123. package/svg/searchicon.svg +3 -3
  124. package/svg/starempty.svg +3 -3
  125. package/svg/starfilled.svg +4 -4
  126. package/svg/success.svg +3 -3
@@ -1,595 +1,253 @@
1
-
2
- .loginFormStyleEmployee {
3
-
4
- .employeeCard {
5
- margin-top: 0px;
6
- .submit-bar {
7
- @apply w-full;
8
-
9
- height: 2rem !important;
10
-
11
- padding-top: 14px;
12
- padding-bottom: 14px;
13
- padding-left: 32px;
14
- padding-right: 32px;
15
- }
16
- .employeeCard
17
- .submit-bar .submit-bar header
18
- {
19
- line-height: 2rem !important;
20
- font-size: 16px;
21
- background-color: #2947A3;
22
- border-radius: 8px;
23
- align-content: center;
24
-
25
- }
26
- }
27
- }
28
- .employeeCard{
29
- width:100% !important;
30
- }
31
- .banner .bannerCard{
32
- min-width: 420px !important;
33
- background-color: transparent;
34
- }
35
- .employeeForgotPassword .employeeCard .field .field-container .component-in-front {
36
- border: 1px solid;
37
- border-right: none;
38
- height: 32px !important;
39
- margin-top: -16px !important;
40
- z-index: 999;
41
- background-color:#ffffffeb;
42
- }
43
- @screen dt {
44
- .employeeForgotPassword .employeeCard .field .field-container .component-in-front {
45
-
46
- border-right: none;
47
- height: 32px !important;
48
- margin-top: -16px !important;
49
- z-index: 999;
50
- background-color: #ffffffeb;
51
-
52
- }
53
- .loginFormStyleEmployee .employeeCard, .banner .bannerCard{
54
- min-width: 270px !important;
55
-
56
- background-color: #ffffffff !important;
57
-
58
-
59
-
60
-
61
- }
62
- .employeeForgotPassword .employeeCard, .employeeChangePassword .employeeCard{
63
- max-width: 270px !important;
64
- min-width: 270px !important;
65
- background-color: #ffffffeb
66
- }
67
- }
68
-
69
- .employeeForgotPassword .employee-card-input {
70
- margin-bottom: 0px;
71
- border-left: none;
72
- }
73
-
74
- .employeeForgotPassword .field-container {
75
- margin: 10px 0;
76
- }
77
- .employeeForgotPassword {
78
- .submit-bar {
79
- @apply w-full;
80
- background-color: #5a1166 !important;
81
- }
82
- }
83
- .employeeChangePassword .submit-bar {
84
- width: 100% !important;
85
- }
86
- .employeeChangePassword .card-text {
87
- text-align: center;
88
- }
89
- .employeeChangePassword .input-otp-wrap {
90
- text-align: center;
91
- }
92
- .submit-bar {
93
- .submit-bar {
94
- @apply w-full;
95
-
96
- }
97
- }
98
- .loginFormStyleEmployee .bannerHeader p,
99
- .employeeForgotPassword .bannerHeader p,
100
- .employeeChangePassword .bannerHeader p {
101
- font-size: 19px;
102
- }
103
- .employeeCard .card-sub-header {
104
- font-size: 24px;
105
- }
106
- .loginFormStyleEmployee .employeeCard .card-label, .employeeForgotPassword .employeeCard .card-label{
107
- font-weight: 400 !important;
108
- font-size: 16px !important;
109
- line-height: 21px !important;
110
- color: #232323;
111
- z-index: 10 !important;
112
- font-family: "Roboto", serif;;
113
-
114
-
115
-
116
-
117
- }
118
-
119
- .employeeCard .card-label{
120
- font-weight: 400;
121
- font-size: 16px;
122
- line-height: 21.7px;
123
- color: #232323;
124
- font-family: "Roboto", serif;;
125
- }
126
- .profile-label-margin{
127
- margin-top: 10px;
128
- }
129
- .loginFormStyleEmployee .primary-label-btn{
130
- font-size: 12px;
131
-
132
- }
133
- .employeeForgotPassword .employeeCard .card-label-desc {
134
- font-weight: normal;
135
- font-size: 16px;
136
- line-height: 24px;
137
- color: #505a5f;
138
- margin-top: 15px;
139
- }
140
- .employeeChangePassword .employeeCard .card-text {
141
- margin-bottom: 15px;
142
- font-size: 16px;
143
- color: #505a5f;
144
- }
145
- .employeeCard .card-label{
146
- font-weight: 400 !important;
147
- font-size: 16px !important;
148
- line-height: 21.7px !important;
149
- color: #232323;
150
- font-family: "Noto Sans";
151
-
152
- }
153
- @media screen and (max-width: 768px) {
154
- .employeeChangePassword .employeeCard .card-text {
155
- margin-top: 7px;
156
- }
157
- .employeeCard .card-sub-header {
158
- font-size: 18px;
159
- }
160
- }
161
- .employeeChangePassword .employeeCard .card-text-button {
162
- text-align: center !important;
163
- margin-bottom: 12px !important;
164
- }
165
- .employeeChangePassword .employeeCard .input-otp-wrap {
166
- margin-bottom: 10px;
167
- }
168
- .employee .loginContainer {
169
- padding-top: 0px !important;
170
- }
171
- .banner {
172
- height: calc(100vh ) !important;
173
- }
174
-
175
- .employeeChangePassword .employeeCard .field .field-container{
176
- margin-bottom: 24px;
177
- }
178
- .upyog-copyright-footer-web
179
- {
180
- display: none;
181
- }
182
- .employeeForgotPassword .employeeCard .employee-card-sub-header, .employeeChangePassword .employeeCard .employee-card-sub-header, .loginFormStyleEmployee .employeeCard .employee-card-sub-header{
183
- font-size: 24px !important;
184
- line-height: 28px !important;
185
- margin-bottom: 0px !important;
186
- }
187
- @media screen and (max-width : 768px){
188
- .employeeForgotPassword .employeeCard .employee-card-sub-header, .employeeChangePassword .employeeCard .employee-card-sub-header, .loginFormStyleEmployee .employeeCard .employee-card-sub-header{
189
- font-size: 18px !important;
190
- line-height: 21px !important;
191
- margin-bottom: 0px !important;
192
- z-index: 10 !important;
193
- }
194
- .loginFormStyleEmployee .employeeCard, .banner .bannerCard{
195
- min-width: 270px !important;
196
- z-index: 10 !important;
197
- background-color: #ffffffff !important;
198
- margin-top: 0 !important;
199
-
200
-
201
-
202
-
203
- }
204
- .employeeForgotPassword .employeeCard, .employeeChangePassword .employeeCard{
205
- max-width: 250px !important;
206
- min-width: 250px !important;
207
- margin-top: -50% !important;
208
- background-color: #ffffffeb;
209
- }
210
- }
211
- .employeeChangePassword .employeeCard .card-text{
212
- margin-top: 18px !important;
213
- margin-bottom: 20px !important;
214
- }
215
- .employeeBackbuttonAlign{
216
- display: none;
217
- }
218
- .employee-select-wrap .select{
219
- height: 2.0rem !important;
220
- background-color: white !important;
221
- padding: 1.5rem 1rem;
222
- border-radius: 8px;
223
- border: 1px solid #b4b4b4;
224
- }
225
- .employee-select-wrap.login-city-dd {
226
- .options-card{
227
- max-height: 150px;
228
- }
229
- }
230
- .banner .bannerCard, .loginFormStyleEmployee .employeeCard{
231
- background-color: #FFFFFF;
232
-
233
- margin-top: 0px;
234
- margin-left: 418px;
235
- height: 400px;
236
- width: 400px;
237
- padding-top: 56px;
238
- padding-bottom: 56px;
239
- padding-left: 48px;
240
- padding-right: 48px;
241
- border-radius: 8px;
242
- }
243
-
244
- .langSelection {
245
- width: 30% !important;
246
- margin: 0px;
247
- padding: 2rem;
248
- }
249
-
250
- @media screen and (max-width: 768px){
251
- .employeeBackbuttonAlign{
252
- display: block;
253
- position: absolute;
254
- top: 20px;
255
- left: 20px;
256
- }
257
- .banner{
258
- padding-bottom: 40px;
259
- height: 100vh !important;
260
- z-index: 1;
261
- }
262
- .topbar{
263
- background: white;
264
- }
265
- .employee .loginContainer{
266
- padding-top: 0px !important;
267
- }
268
- .removeBottomMargin{
269
- margin-bottom: 0px !important;
270
- }
271
- .employee-select-wrap.login-city-dd {
272
- .options-card{
273
- max-height: 160px;
274
- }
275
- }
276
- .banner .upyog-copyright-footer
277
- {
278
- display: none;
279
- }
280
- .banner .upyog-copyright-footer-web
281
- {
282
- display: block;
283
- }
284
- }
285
- @media screen and (max-width:900px) {
286
-
287
- .loginFormStyleEmployee .employeeForgotPassword
288
- {
289
- margin-top: -50% !important;
290
- background-color: #ffffffeb !important;
291
- z-index: 2;
292
- }
293
- .psuedo-banner{
294
- font-size: 20px;
295
- }
296
- .banner-slogan{
297
- font-size: 14px;
298
- }
299
- .loginFormStyleEmployee, .employeeForgotPassword{
300
- margin-top: -30% !important;
301
-
302
- }
303
- }
304
- .employeeForgotPassword{
305
- z-index: 2;
306
- }
307
-
308
-
309
- .loginnew{
310
- margin-top: -288px;
311
- background-color: #FFFFFF;
312
- }
313
- .appbar {
314
- display: flex;
315
- width: 100%;
316
- background-color: #294a97;
317
- overflow: none;
318
- box-sizing: border-box;
319
- }
320
- .appbar-container {
321
- display: flex;
322
- width: 1300px;
323
- max-width: 100%;
324
- flex-direction: row;
325
- align-items: flex-start;
326
- margin: auto;
327
- padding: 0.8rem;
328
- color: #fff;
329
- }
330
- .appbar-box-left {
331
- display: flex;
332
- width: 50%;
333
- margin: auto;
334
- padding: 0px;
335
- }
336
- .appbar-box-right {
337
- display: flex;
338
- width: 50%;
339
- margin: auto;
340
- padding: 0px;
341
- }
342
-
343
- @media screen and (max-width: 768px) {
344
- .appbar-container {
345
- flex-direction: column;
346
- }
347
- .appbar-box-right {
348
- display: none;
349
- }
350
- }
351
-
352
- .topHeader-container {
353
- display: flex;
354
- justify-content: space-evenly;
355
- padding: 20px 40px;
356
- }
357
-
358
- .topHeader-box-left img {
359
- width: 50px;
360
- height: 50px;
361
- }
362
- .topHeader-box-left img:first-child {
363
- margin-right: 20px;
364
- }
365
- .topHeader-box-center {
366
- font-weight: 500;
367
- font-family: "Inter", serif;
368
- margin-top: 20px;
369
- }
370
- .topHeader-box-center ul {
371
- list-style-type: none;
372
- display: flex;
373
- padding: 0;
374
- margin: 0;
375
- flex-wrap: wrap;
376
- }
377
- .topHeader-box-center li {
378
- margin-right: 20px;
379
- font-weight: 500;
380
- }
381
- .topHeader-box-center a {
382
- text-decoration: none;
383
- color: black;
384
- }
385
- .topHeader-box-right {
386
- display: flex;
387
- justify-content: space-between;
388
- flex-wrap: wrap;
389
- margin-top: 10px;
390
- }
391
-
392
- .topHeader-box-right button {
393
- width: 75px;
394
- height: 30px;
395
- border-radius: 5px;
396
- margin-right: 10px;
397
- border: none;
398
- }
399
- .topHeader-box-right button:first-child {
400
- background-color: white;
401
- border: 1px solid #294a97;
402
- color: #294a97;
403
- font-weight: 500;
404
- }
405
- .topHeader-box-right button:last-child {
406
- background-color: #294a97;
407
- color: white;
408
- }
409
- .heroSection {
410
- width: 100%;
411
- max-height: 508px;
412
- margin: auto;
413
- padding: 0;
414
- background: #294a9733;
415
- img {
416
- width: 100%;
417
- object-fit: cover;
418
- opacity: 0.75;
419
- max-height: 508px;
420
- }
421
- }
422
-
423
- .heroSection{
424
- width: 100%;
425
- max-height: 508px;
426
- margin: auto;
427
- padding: 0;
428
- background: #294A9733;
429
- img{
430
- width: 100%;
431
- object-fit: cover;
432
- opacity: 0.75;
433
- max-height: 508px;
434
- }
435
- }
436
- .loginpic{
437
- margin-top: 50px;
438
- height: '300px';
439
- width: 100%;
440
-
441
- position: absolute;
442
-
443
- }
444
- .loginContainernew{
445
- height: 100px;
446
- width: 100%;
447
- overflow: auto;
448
- box-sizing: border-box;
449
- /* margin-top: 10px; */
450
- display: flex;
451
- }
452
- .loginFormStyleEmployeeNew {
453
-
454
- width :40%;
455
-
456
-
457
- align-items: center;
458
- justify-content: center;
459
- min-height: 400px;
460
-
461
- display: flex;
462
- align-items: flex-start;
463
- justify-content: center;
464
- position: absolute;
465
- top: -90px;
466
- }
467
- @media screen and (max-width : 1024px) and (min-width:468px) {
468
- .loginFormStyleEmployeeNew{
469
- width: 60%;
470
- padding: 2rem;
471
-
472
- }
473
- }
474
- @media screen and (max-width : 467px) {
475
- .loginFormStyleEmployeeNew{
476
- width: 80%;
477
- padding: 1rem;
478
-
479
- }
480
- }
481
- .employeeCardNew{
482
- box-sizing: border-box;
483
- margin-bottom: 0px;
484
- width: 100%;
485
- margin-left: 0px;
486
-
487
- background-color: #FFFFFF;
488
- }
489
- .headerStyle{
490
- font-family: "Roboto", serif;
491
- font-weight: 700;
492
- text-align: left;
493
- font-size: 36px;
494
- line-height: 42px;
495
- }
496
- .descStyle{
497
- font-family: 'Roboto';
498
- font-weight: 400;
499
- color: #8F8F8F;
500
- text-align: left;
501
- line-height: 21.09px;
502
- padding: 0.5rem 0rem 2rem 0rem;
503
- }
504
- .labelStyle{
505
- font-family: 'Roboto';
506
- font-weight: 400;
507
- font-size: 18px;
508
- color: #232323;
509
- line-height: 21.79px;
510
- }
511
- .footer{
512
- display: -webkit-box;
513
- box-sizing: border-box;
514
- width: '100%';
515
- position: 'fixed';
516
- bottom: 0;
517
- background-color:"#152265";
518
- text-align:"center";
519
- color:white;
520
- margin-top: 170px;
521
- }
522
- .footerText{
523
- display: 'flex';
524
- justify-content: 'center';
525
- color:"white" ;
526
- background-color: #152265;
527
- width: 100%;
528
- text-align: center;
529
- }
530
- .footerContainer{
531
- box-sizing: border-box;
532
- height: 200px;
533
- background-color: #294A97;
534
- width:100%;
535
- border-top: 2px solid #294A97;
536
- text-align:'center';
537
- color: 'white';
538
- margin-top: 0px;
539
-
540
-
541
- }
542
- .cityCss{
543
- border-radius: 8px;
544
- }
545
- .fieldNew{
546
- border-radius: 8px;
547
- }
548
- .submitButtonNew{
549
- background-color: #2947A3;
550
- height: 3rem;
551
- text-align: center;
552
- outline: 2px solid transparent;
553
- outline-offset: 2px;
554
- width: 100%;
555
- /* width: 330px; */
556
- padding: 0.8rem 0rem;
557
- box-sizing: content-box;
558
- height: 20px;
559
- border-radius: 8px;
560
- color: #FFFFFF;
561
- }
562
-
563
- .body-container-new{
564
- background-color: white;
565
- }
566
- .background-login{
567
- position: absolute;
568
- height: 100%;
569
- width: 100%;
570
-
571
- }
572
- .footerLinks{
573
- box-sizing: border-box;
574
- background-color: #F5FBFF;
575
- height: 40px;
576
- width:100%;
577
- justify-content: space-between;
578
- display: -webkit-box;
579
- padding-top: 30px ;
580
- padding-left: 164px ;
581
- padding-right: 164px;
582
- padding-bottom: 60px;
583
- }
584
- .footerCont{
585
- box-sizing: border-box;
586
- height: auto;
587
- width:100%;
588
- display: -webkit-box;
589
- background-color: #294A97;
590
- border-top: 2px solid #294A97;
591
- }
592
-
593
-
594
-
595
-
1
+ /* Employee Login - Centered Design */
2
+
3
+ .employee-login-page {
4
+ min-height: 90vh;
5
+ width: 100%;
6
+ background: linear-gradient(180deg, #e8eaf6 0%, #f5f5f5 100%);
7
+ display: flex;
8
+ align-items: center;
9
+ justify-content: center;
10
+ padding: 20px;
11
+ }
12
+
13
+ .employee-login-container {
14
+ width: 100%;
15
+ max-width: 480px;
16
+ display: flex;
17
+ flex-direction: column;
18
+ align-items: center;
19
+ justify-content: center;
20
+ min-height: 100vh;
21
+ padding: 40px 0;
22
+ }
23
+
24
+ .employee-login-content {
25
+ width: 100%;
26
+ display: flex;
27
+ flex-direction: column;
28
+ align-items: center;
29
+ }
30
+
31
+ /* Icon Circle at Top */
32
+ .employee-login-icon-circle {
33
+ width: 80px;
34
+ height: 80px;
35
+ border-radius: 50%;
36
+ background: linear-gradient(135deg, #5243e9 0%, #7c6fff 100%);
37
+ display: flex;
38
+ align-items: center;
39
+ justify-content: center;
40
+ color: white;
41
+ font-size: 36px;
42
+ box-shadow: 0 4px 12px rgba(82, 67, 233, 0.3);
43
+ margin-bottom: 24px;
44
+ }
45
+
46
+ .employee-login-icon-circle svg {
47
+ width: 40px;
48
+ height: 40px;
49
+ fill: white;
50
+ }
51
+
52
+ /* UPYOG Branding */
53
+ .employee-login-branding {
54
+ text-align: center;
55
+ margin-bottom: 32px;
56
+ }
57
+
58
+ .employee-upyog-title {
59
+ font-size: 32px;
60
+ font-weight: 700;
61
+ color: #0b0c0c;
62
+ margin: 0 0 4px 0;
63
+ letter-spacing: 0.5px;
64
+ }
65
+
66
+ .employee-upyog-subtitle {
67
+ font-size: 16px;
68
+ font-weight: 400;
69
+ color: #686677;
70
+ margin: 0;
71
+ }
72
+
73
+ /* Login Card */
74
+ .employee-login-card {
75
+ padding: 20px;
76
+ width: 650px;
77
+ overflow: visible;
78
+ position: relative;
79
+ z-index: 1;
80
+ }
81
+
82
+ /* Form Styles */
83
+ .employee-login-form {
84
+ width: 100%;
85
+ }
86
+
87
+ .employee-login-form .card-label {
88
+ font-weight: 500 !important;
89
+ font-size: 14px !important;
90
+ line-height: 20px !important;
91
+ color: #5c5c5c !important;
92
+ margin-bottom: 8px !important;
93
+ }
94
+
95
+ .employee-login-form .card-label span {
96
+ color: #d73c3c;
97
+ }
98
+
99
+ .employee-login-form input {
100
+
101
+ outline: none;
102
+ border-color: #5243e9;
103
+ transition: all 0.2s ease;
104
+ }
105
+
106
+ .employee-login-form input:focus {
107
+ outline: none;
108
+ border-color: #5243e9;
109
+
110
+ }
111
+
112
+ .employee-city-dropdown {
113
+ width: 100%;
114
+ border: 1px solid #d0d0d0 !important;
115
+ border-radius: 8px !important;
116
+ padding: 12px 16px !important;
117
+ background: white !important;
118
+ font-size: 16px !important;
119
+ }
120
+
121
+ .employee-city-dropdown:focus {
122
+ border-color: #5243e9 !important;
123
+ box-shadow: 0 0 0 3px rgba(82, 67, 233, 0.1) !important;
124
+ }
125
+
126
+ /* Button Styling */
127
+ .employee-login-form button[type="submit"] {
128
+ margin-top: 24px !important;
129
+ font-size: 16px !important;
130
+ font-weight: 600 !important;
131
+ transition: all 0.2s ease !important;
132
+ }
133
+
134
+ .employee-login-form button[type="submit"]:hover {
135
+ background-color: #3e33c4 !important;
136
+ transform: translateY(-1px);
137
+ box-shadow: 0 4px 12px rgba(82, 67, 233, 0.3) !important;
138
+ }
139
+
140
+ .employee-login-form button[type="submit"]:active {
141
+ transform: translateY(0);
142
+ }
143
+
144
+ /* Secondary Button (Forgot Password) */
145
+ .employee-login-form .secondary-label {
146
+ margin-top: 16px !important;
147
+ color: #5243e9 !important;
148
+ font-size: 14px !important;
149
+ font-weight: 500 !important;
150
+ text-align: center !important;
151
+ cursor: pointer !important;
152
+ text-decoration: underline !important;
153
+ }
154
+
155
+ .employee-login-form .secondary-label:hover {
156
+ color: #3e33c4 !important;
157
+ }
158
+
159
+ /* Footer */
160
+ .employee-login-footer {
161
+ font-size: 14px;
162
+ font-weight: 400;
163
+ color: #686677;
164
+ text-align: center;
165
+ margin-top: 16px;
166
+ }
167
+
168
+ .employee-login-footer span {
169
+ color: #686677;
170
+ }
171
+
172
+ .employee-login-footer a {
173
+ color: #5243e9;
174
+ text-decoration: none;
175
+ }
176
+
177
+ .employee-login-footer a:hover {
178
+ text-decoration: underline;
179
+ }
180
+
181
+ /* Responsive Design */
182
+ @media (max-width: 768px) {
183
+ .employee-login-container {
184
+ max-width: 100%;
185
+ padding: 20px 0;
186
+ }
187
+
188
+ .employee-login-card {
189
+ padding: 32px 24px;
190
+ border-radius: 8px;
191
+ }
192
+
193
+ .employee-login-icon-circle {
194
+ width: 70px;
195
+ height: 70px;
196
+ margin-bottom: 20px;
197
+ }
198
+
199
+ .employee-upyog-title {
200
+ font-size: 28px;
201
+ }
202
+
203
+ .employee-upyog-subtitle {
204
+ font-size: 14px;
205
+ }
206
+
207
+ .employee-login-footer {
208
+ font-size: 12px;
209
+ }
210
+ }
211
+
212
+ @media (max-width: 480px) {
213
+ .employee-login-page {
214
+ padding: 16px;
215
+ }
216
+
217
+ .employee-login-card {
218
+ padding: 24px 20px;
219
+ }
220
+
221
+ .employee-login-icon-circle {
222
+ width: 60px;
223
+ height: 60px;
224
+ }
225
+
226
+ .employee-upyog-title {
227
+ font-size: 24px;
228
+ }
229
+
230
+ .employee-login-footer {
231
+ font-size: 11px;
232
+ }
233
+ }
234
+
235
+ /* Override FormComposer default styles */
236
+ .employee-login-form .card {
237
+ box-shadow: none !important;
238
+ padding: 0 !important;
239
+ background: transparent !important;
240
+ }
241
+
242
+ .employee-login-form .card-header {
243
+ padding: 0 0 16px 0 !important;
244
+ }
245
+
246
+ .employee-login-form .card-body {
247
+ padding: 0 !important;
248
+ }
249
+
250
+ .employee-login-form .submit-bar {
251
+ padding: 0 !important;
252
+ margin-top: 0 !important;
253
+ }