@pmidc/upyog-css 1.1.6 → 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 +216 -0
  2. package/dist/index.min.css +1 -1
  3. package/package.json +1 -1
  4. package/src/components/CardBasedOptions.scss +534 -534
  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 -130
  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 -96
  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 -261
  23. package/src/components/buttons.scss +87 -87
  24. package/src/components/card.scss +581 -581
  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 -29
  44. package/src/components/languageSelector.scss +24 -24
  45. package/src/components/loader.scss +96 -96
  46. package/src/components/map.scss +36 -36
  47. package/src/components/metricsTable.scss +26 -26
  48. package/src/components/multiLink.scss +87 -87
  49. package/src/components/multiSelectDropdown.scss +88 -88
  50. package/src/components/navbar.scss +338 -338
  51. package/src/components/newFooter.scss +75 -75
  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 -27
  58. package/src/components/sectionalDropdown.scss +43 -43
  59. package/src/components/selectdropdown.scss +276 -276
  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 -362
  66. package/src/components/tag.scss +27 -27
  67. package/src/components/telephone.scss +17 -17
  68. package/src/components/textfields.scss +119 -119
  69. package/src/components/toast.scss +31 -31
  70. package/src/components/toggleSwitch.scss +40 -40
  71. package/src/components/topbar.scss +217 -217
  72. package/src/components/uploadcomponents.scss +113 -113
  73. package/src/index.scss +1029 -1028
  74. package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -8
  75. package/src/pages/citizen/CitizenLogin.scss +50 -50
  76. package/src/pages/citizen/DocumentList.scss +448 -448
  77. package/src/pages/citizen/Events.scss +46 -46
  78. package/src/pages/citizen/HomePageWrapper.scss +214 -214
  79. package/src/pages/citizen/InboxCard.scss +327 -327
  80. package/src/pages/citizen/SurveyList.scss +21 -21
  81. package/src/pages/citizen/citizenDocument.scss +25 -25
  82. package/src/pages/citizen/citizenNewLogin.scss +357 -357
  83. package/src/pages/citizen/container.scss +32 -32
  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 -251
  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 -262
  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 -677
  107. package/src/pages/employee/landing.scss +324 -324
  108. package/src/pages/employee/login.scss +253 -253
  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,357 +1,357 @@
1
- /* Main Container - Full height viewport */
2
- .login-page-cover {
3
- width: 100%;
4
- height: 90vh;
5
- background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
6
- display: flex;
7
- align-items: center;
8
- justify-content: center;
9
- /* Removed overflow: hidden to prevent scrolling issues */
10
- }
11
-
12
- /* Container - Full height split layout */
13
- .login-container {
14
- width: 100%;
15
- height: 100vh;
16
- max-width: 100%;
17
- display: flex;
18
- background-color: #ffffff;
19
- overflow: hidden;
20
- }
21
-
22
- /* Left Panel - Hero Section takes full height */
23
- .login-hero-panel {
24
- flex: 1;
25
- background: linear-gradient(135deg, #5b68f0 0%, #7b5fc7 100%);
26
- color: white;
27
- padding: 60px 50px;
28
- display: flex;
29
- flex-direction: column;
30
- align-items: center;
31
- justify-content: center;
32
- overflow-y: auto;
33
- }
34
-
35
- .hero-content {
36
- max-width: 500px;
37
- text-align: center;
38
- }
39
-
40
- .hero-icon-circle {
41
- width: 100px;
42
- height: 100px;
43
- border-radius: 50%;
44
- background-color: rgba(255, 255, 255, 0.2);
45
- border: 3px solid rgba(255, 255, 255, 0.3);
46
- display: flex;
47
- align-items: center;
48
- justify-content: center;
49
- margin: 0 auto 30px;
50
- backdrop-filter: blur(10px);
51
- }
52
-
53
- .hero-icon-circle svg {
54
- width: 50px;
55
- height: 50px;
56
- color: white;
57
- }
58
-
59
- .hero-title {
60
- font-size: 2.5rem;
61
- font-weight: 700;
62
- margin-bottom: 20px;
63
- line-height: 1.2;
64
- }
65
-
66
- .hero-description {
67
- font-size: 1.125rem;
68
- line-height: 1.6;
69
- margin-bottom: 50px;
70
- opacity: 0.95;
71
- }
72
-
73
- .hero-features {
74
- display: flex;
75
- justify-content: space-around;
76
- gap: 30px;
77
- margin-top: 40px;
78
- }
79
-
80
- .feature-item {
81
- display: flex;
82
- flex-direction: column;
83
- align-items: center;
84
- gap: 12px;
85
- }
86
-
87
- .feature-icon {
88
- width: 70px;
89
- height: 70px;
90
- border-radius: 50%;
91
- background-color: rgba(255, 255, 255, 0.15);
92
- display: flex;
93
- align-items: center;
94
- justify-content: center;
95
- border: 2px solid rgba(255, 255, 255, 0.2);
96
- transition: all 0.3s ease;
97
- }
98
-
99
- .feature-icon:hover {
100
- background-color: rgba(255, 255, 255, 0.25);
101
- transform: translateY(-5px);
102
- }
103
-
104
- .feature-icon svg {
105
- color: white;
106
- }
107
-
108
- .feature-text {
109
- font-size: 0.95rem;
110
- font-weight: 500;
111
- text-align: center;
112
- }
113
-
114
- /* Right Panel - Login Form with scrollable content */
115
- .login-form-panel {
116
- flex: 1;
117
- display: flex;
118
- align-items: center;
119
- justify-content: center;
120
- background-color: #f5f5f5;
121
- overflow-y: auto;
122
- padding: 20px;
123
- }
124
-
125
- /* Login Wrapper - Matches reference image design */
126
- .login-wrapper {
127
- width: 100%;
128
- max-width: 480px;
129
- background-color: #ffffff;
130
- padding: 40px;
131
- border-radius: 12px;
132
- box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
133
- }
134
-
135
- .login-form-header {
136
- margin-bottom: 30px;
137
- display: flex;
138
- flex-direction: column;
139
- justify-content: center;
140
- align-items: flex-start;
141
- border-radius: 4px;
142
- position: relative;
143
- }
144
- .register-login-wrapper {
145
- display: flex;
146
- flex-direction: column;
147
- justify-content: center;
148
- align-items: flex-start;
149
- background-color: rgba(255, 255, 255, 1);
150
- margin: 8px;
151
- padding: 2rem;
152
- box-shadow: 0 0 5px 0 rgba(34, 34, 34, 0.43922);
153
- border-radius: 4px;
154
- width: 35%;
155
- max-width: 100vw;
156
- height: 900px;
157
- position: relative;
158
- }
159
-
160
- .login-title {
161
- font-size: 2rem;
162
- font-weight: 700;
163
- color: #0b0c0c;
164
- margin-bottom: 8px;
165
- }
166
-
167
- .login-subtitle {
168
- font-size: 0.95rem;
169
- color: #686677;
170
- margin: 0;
171
- }
172
-
173
- /* Form Elements */
174
- .label {
175
- font-weight: 500;
176
- font-size: 16px;
177
- line-height: 25px;
178
- color: #686677;
179
- display: block;
180
- margin-bottom: 8px;
181
- }
182
-
183
- .label span {
184
- color: #ff1515;
185
- }
186
-
187
- .language-wrapper,
188
- .location-wrapper,
189
- .input-wrapper {
190
- margin-bottom: 24px;
191
- width: 100%;
192
- }
193
-
194
- .location-wrapper .select {
195
- display: flex;
196
- align-items: center;
197
- border: 1px solid #b4b4b4 !important;
198
- background-color: rgba(255, 255, 255, var(--bg-opacity));
199
- border-radius: 8px;
200
- }
201
-
202
- .location-wrapper .select-active {
203
- border-radius: 8px !important;
204
- }
205
-
206
- .input-wrapper .submit-bar,
207
- .input-wrapper .submit-bar-disabled {
208
- width: 100%;
209
- }
210
-
211
- .input-wrapper .card-label {
212
- font-weight: 500 !important;
213
- font-size: 16px !important;
214
- line-height: 25px !important;
215
- color: #686677 !important;
216
- }
217
-
218
- .input-wrapper.hide-submit-buttons + .submit-bar,
219
- .input-wrapper.hide-submit-buttons + .submit-bar-disabled {
220
- display: none !important;
221
- }
222
-
223
- /* Account Link */
224
- .account-link {
225
- font-size: 16px;
226
- font-weight: 400;
227
- line-height: 25px;
228
- text-align: center;
229
- margin-top: 24px;
230
- color: #0b0c0c;
231
- }
232
-
233
- .link {
234
- color: #5b68f0;
235
- text-decoration: none;
236
- cursor: pointer;
237
- font-weight: 500;
238
- transition: color 0.2s ease;
239
- }
240
-
241
- .link:hover {
242
- color: #7b5fc7;
243
- text-decoration: underline;
244
- }
245
-
246
- /* OTP Section */
247
- .resendIn {
248
- font-size: 16px;
249
- font-weight: 500;
250
- color: #686677;
251
- text-align: right;
252
- }
253
-
254
- .resendIn span {
255
- color: #5b68f0;
256
- }
257
-
258
- .resend {
259
- text-align: right;
260
- cursor: pointer;
261
- font-weight: 700;
262
- color: #5b68f0;
263
- }
264
-
265
- /* Register Login Wrapper - For registration page with same left panel */
266
- .register-login-wrapper {
267
- width: 100%;
268
- max-width: 480px;
269
- background-color: #ffffff;
270
- padding: 40px;
271
- border-radius: 12px;
272
- box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
273
- }
274
-
275
- /* Responsive Design - Hide left panel on tablets and mobile */
276
- @media (max-width: 1024px) {
277
- .login-hero-panel {
278
- display: none;
279
- }
280
-
281
- .login-container {
282
- background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
283
- }
284
-
285
- .login-form-panel {
286
- background: transparent;
287
- }
288
-
289
- .login-wrapper,
290
- .register-login-wrapper {
291
- box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
292
- }
293
- }
294
-
295
- @media (max-width: 768px) {
296
- .login-wrapper,
297
- .register-login-wrapper {
298
- padding: 30px 24px;
299
- max-width: 95%;
300
- }
301
-
302
- .login-title {
303
- font-size: 1.75rem;
304
- }
305
-
306
- .login-subtitle {
307
- font-size: 0.875rem;
308
- }
309
- }
310
-
311
- @media (max-width: 480px) {
312
- .login-wrapper,
313
- .register-login-wrapper {
314
- padding: 24px 20px;
315
- }
316
-
317
- .login-title {
318
- font-size: 1.5rem;
319
- }
320
-
321
- .login-form-header {
322
- margin-bottom: 24px;
323
- }
324
-
325
- .language-wrapper,
326
- .location-wrapper,
327
- .input-wrapper {
328
- margin-bottom: 20px;
329
- }
330
-
331
- .label,
332
- .account-link {
333
- font-size: 14px;
334
- }
335
- .lag-loc-wrapper {
336
- flex-direction: column;
337
- gap: 0px;
338
- }
339
- .login-wrapper{
340
- width: 60%;
341
- }
342
- .register-login-wrapper{
343
- width: 60%;
344
- }
345
- }
346
- @media (min-width: 769px) and (max-width : 1024px) {
347
- .lag-loc-wrapper {
348
- flex-direction: column;
349
- gap: 0px;
350
- }
351
- .login-wrapper{
352
- width: 60%;
353
- }
354
- .register-login-wrapper{
355
- width: 60%;
356
- }
357
- }
1
+ /* Main Container - Full height viewport */
2
+ .login-page-cover {
3
+ width: 100%;
4
+ height: 90vh;
5
+ background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
6
+ display: flex;
7
+ align-items: center;
8
+ justify-content: center;
9
+ /* Removed overflow: hidden to prevent scrolling issues */
10
+ }
11
+
12
+ /* Container - Full height split layout */
13
+ .login-container {
14
+ width: 100%;
15
+ height: 100vh;
16
+ max-width: 100%;
17
+ display: flex;
18
+ background-color: #ffffff;
19
+ overflow: hidden;
20
+ }
21
+
22
+ /* Left Panel - Hero Section takes full height */
23
+ .login-hero-panel {
24
+ flex: 1;
25
+ background: linear-gradient(135deg, #5b68f0 0%, #7b5fc7 100%);
26
+ color: white;
27
+ padding: 60px 50px;
28
+ display: flex;
29
+ flex-direction: column;
30
+ align-items: center;
31
+ justify-content: center;
32
+ overflow-y: auto;
33
+ }
34
+
35
+ .hero-content {
36
+ max-width: 500px;
37
+ text-align: center;
38
+ }
39
+
40
+ .hero-icon-circle {
41
+ width: 100px;
42
+ height: 100px;
43
+ border-radius: 50%;
44
+ background-color: rgba(255, 255, 255, 0.2);
45
+ border: 3px solid rgba(255, 255, 255, 0.3);
46
+ display: flex;
47
+ align-items: center;
48
+ justify-content: center;
49
+ margin: 0 auto 30px;
50
+ backdrop-filter: blur(10px);
51
+ }
52
+
53
+ .hero-icon-circle svg {
54
+ width: 50px;
55
+ height: 50px;
56
+ color: white;
57
+ }
58
+
59
+ .hero-title {
60
+ font-size: 2.5rem;
61
+ font-weight: 700;
62
+ margin-bottom: 20px;
63
+ line-height: 1.2;
64
+ }
65
+
66
+ .hero-description {
67
+ font-size: 1.125rem;
68
+ line-height: 1.6;
69
+ margin-bottom: 50px;
70
+ opacity: 0.95;
71
+ }
72
+
73
+ .hero-features {
74
+ display: flex;
75
+ justify-content: space-around;
76
+ gap: 30px;
77
+ margin-top: 40px;
78
+ }
79
+
80
+ .feature-item {
81
+ display: flex;
82
+ flex-direction: column;
83
+ align-items: center;
84
+ gap: 12px;
85
+ }
86
+
87
+ .feature-icon {
88
+ width: 70px;
89
+ height: 70px;
90
+ border-radius: 50%;
91
+ background-color: rgba(255, 255, 255, 0.15);
92
+ display: flex;
93
+ align-items: center;
94
+ justify-content: center;
95
+ border: 2px solid rgba(255, 255, 255, 0.2);
96
+ transition: all 0.3s ease;
97
+ }
98
+
99
+ .feature-icon:hover {
100
+ background-color: rgba(255, 255, 255, 0.25);
101
+ transform: translateY(-5px);
102
+ }
103
+
104
+ .feature-icon svg {
105
+ color: white;
106
+ }
107
+
108
+ .feature-text {
109
+ font-size: 0.95rem;
110
+ font-weight: 500;
111
+ text-align: center;
112
+ }
113
+
114
+ /* Right Panel - Login Form with scrollable content */
115
+ .login-form-panel {
116
+ flex: 1;
117
+ display: flex;
118
+ align-items: center;
119
+ justify-content: center;
120
+ background-color: #f5f5f5;
121
+ overflow-y: auto;
122
+ padding: 20px;
123
+ }
124
+
125
+ /* Login Wrapper - Matches reference image design */
126
+ .login-wrapper {
127
+ width: 100%;
128
+ max-width: 480px;
129
+ background-color: #ffffff;
130
+ padding: 40px;
131
+ border-radius: 12px;
132
+ box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
133
+ }
134
+
135
+ .login-form-header {
136
+ margin-bottom: 30px;
137
+ display: flex;
138
+ flex-direction: column;
139
+ justify-content: center;
140
+ align-items: flex-start;
141
+ border-radius: 4px;
142
+ position: relative;
143
+ }
144
+ .register-login-wrapper {
145
+ display: flex;
146
+ flex-direction: column;
147
+ justify-content: center;
148
+ align-items: flex-start;
149
+ background-color: rgba(255, 255, 255, 1);
150
+ margin: 8px;
151
+ padding: 2rem;
152
+ box-shadow: 0 0 5px 0 rgba(34, 34, 34, 0.43922);
153
+ border-radius: 4px;
154
+ width: 35%;
155
+ max-width: 100vw;
156
+ height: 900px;
157
+ position: relative;
158
+ }
159
+
160
+ .login-title {
161
+ font-size: 2rem;
162
+ font-weight: 700;
163
+ color: #0b0c0c;
164
+ margin-bottom: 8px;
165
+ }
166
+
167
+ .login-subtitle {
168
+ font-size: 0.95rem;
169
+ color: #686677;
170
+ margin: 0;
171
+ }
172
+
173
+ /* Form Elements */
174
+ .label {
175
+ font-weight: 500;
176
+ font-size: 16px;
177
+ line-height: 25px;
178
+ color: #686677;
179
+ display: block;
180
+ margin-bottom: 8px;
181
+ }
182
+
183
+ .label span {
184
+ color: #ff1515;
185
+ }
186
+
187
+ .language-wrapper,
188
+ .location-wrapper,
189
+ .input-wrapper {
190
+ margin-bottom: 24px;
191
+ width: 100%;
192
+ }
193
+
194
+ .location-wrapper .select {
195
+ display: flex;
196
+ align-items: center;
197
+ border: 1px solid #b4b4b4 !important;
198
+ background-color: rgba(255, 255, 255, var(--bg-opacity));
199
+ border-radius: 8px;
200
+ }
201
+
202
+ .location-wrapper .select-active {
203
+ border-radius: 8px !important;
204
+ }
205
+
206
+ .input-wrapper .submit-bar,
207
+ .input-wrapper .submit-bar-disabled {
208
+ width: 100%;
209
+ }
210
+
211
+ .input-wrapper .card-label {
212
+ font-weight: 500 !important;
213
+ font-size: 16px !important;
214
+ line-height: 25px !important;
215
+ color: #686677 !important;
216
+ }
217
+
218
+ .input-wrapper.hide-submit-buttons + .submit-bar,
219
+ .input-wrapper.hide-submit-buttons + .submit-bar-disabled {
220
+ display: none !important;
221
+ }
222
+
223
+ /* Account Link */
224
+ .account-link {
225
+ font-size: 16px;
226
+ font-weight: 400;
227
+ line-height: 25px;
228
+ text-align: center;
229
+ margin-top: 24px;
230
+ color: #0b0c0c;
231
+ }
232
+
233
+ .link {
234
+ color: #5b68f0;
235
+ text-decoration: none;
236
+ cursor: pointer;
237
+ font-weight: 500;
238
+ transition: color 0.2s ease;
239
+ }
240
+
241
+ .link:hover {
242
+ color: #7b5fc7;
243
+ text-decoration: underline;
244
+ }
245
+
246
+ /* OTP Section */
247
+ .resendIn {
248
+ font-size: 16px;
249
+ font-weight: 500;
250
+ color: #686677;
251
+ text-align: right;
252
+ }
253
+
254
+ .resendIn span {
255
+ color: #5b68f0;
256
+ }
257
+
258
+ .resend {
259
+ text-align: right;
260
+ cursor: pointer;
261
+ font-weight: 700;
262
+ color: #5b68f0;
263
+ }
264
+
265
+ /* Register Login Wrapper - For registration page with same left panel */
266
+ .register-login-wrapper {
267
+ width: 100%;
268
+ max-width: 480px;
269
+ background-color: #ffffff;
270
+ padding: 40px;
271
+ border-radius: 12px;
272
+ box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
273
+ }
274
+
275
+ /* Responsive Design - Hide left panel on tablets and mobile */
276
+ @media (max-width: 1024px) {
277
+ .login-hero-panel {
278
+ display: none;
279
+ }
280
+
281
+ .login-container {
282
+ background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
283
+ }
284
+
285
+ .login-form-panel {
286
+ background: transparent;
287
+ }
288
+
289
+ .login-wrapper,
290
+ .register-login-wrapper {
291
+ box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
292
+ }
293
+ }
294
+
295
+ @media (max-width: 768px) {
296
+ .login-wrapper,
297
+ .register-login-wrapper {
298
+ padding: 30px 24px;
299
+ max-width: 95%;
300
+ }
301
+
302
+ .login-title {
303
+ font-size: 1.75rem;
304
+ }
305
+
306
+ .login-subtitle {
307
+ font-size: 0.875rem;
308
+ }
309
+ }
310
+
311
+ @media (max-width: 480px) {
312
+ .login-wrapper,
313
+ .register-login-wrapper {
314
+ padding: 24px 20px;
315
+ }
316
+
317
+ .login-title {
318
+ font-size: 1.5rem;
319
+ }
320
+
321
+ .login-form-header {
322
+ margin-bottom: 24px;
323
+ }
324
+
325
+ .language-wrapper,
326
+ .location-wrapper,
327
+ .input-wrapper {
328
+ margin-bottom: 20px;
329
+ }
330
+
331
+ .label,
332
+ .account-link {
333
+ font-size: 14px;
334
+ }
335
+ .lag-loc-wrapper {
336
+ flex-direction: column;
337
+ gap: 0px;
338
+ }
339
+ .login-wrapper{
340
+ width: 60%;
341
+ }
342
+ .register-login-wrapper{
343
+ width: 60%;
344
+ }
345
+ }
346
+ @media (min-width: 769px) and (max-width : 1024px) {
347
+ .lag-loc-wrapper {
348
+ flex-direction: column;
349
+ gap: 0px;
350
+ }
351
+ .login-wrapper{
352
+ width: 60%;
353
+ }
354
+ .register-login-wrapper{
355
+ width: 60%;
356
+ }
357
+ }