@pmidc/upyog-css 0.0.1

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