@@ -199,6 +199,14 @@ select::-ms-expand {
199199 height : 30px ;
200200}
201201
202+ .copyright-text {
203+ font-size : 12px ;
204+ }
205+
206+ .privacy-policy {
207+ font-size : 12px ;
208+ }
209+
202210.footer {
203211 color : # 2a2a2a ;
204212 display : flex;
@@ -244,6 +252,167 @@ select::-ms-expand {
244252 line-height : 1.5 ;
245253 margin-bottom : 0 ;
246254}
255+ /** Start: Check Email Card **/
256+ .checkemail-card .header {
257+ padding : 35px 10px 12px 10px ;
258+ background-color : transparent;
259+ }
260+
261+ .checkemail-card .center-align-card .page-content .page-main {
262+ padding : 0px 50px 40px ;
263+ position : relative;
264+ text-align : center;
265+ }
266+
267+ .checkemail-card .center-align-card .page-content .page-main .page-title-heading {
268+ color : # 2A2A2A ;
269+ font-family : Roboto;
270+ font-weight : normal;
271+ font-size : 24px ;
272+ line-height : 29px ;
273+ text-align : center;
274+ text-transform : none;
275+ }
276+ .checkemail-card .center-align-card .page-content .page-main .page-subtitle-heading {
277+ color : # 2A2A2A ;
278+ font-family : Roboto;
279+ font-weight : bold;
280+ font-size : 15px ;
281+ line-height : 21px ;
282+ text-align : center;
283+ text-transform : none;
284+ }
285+
286+ .checkemail-card .center-align-card .page-content .page-main .page-description {
287+ margin-top : 30px ;
288+ text-align : left;
289+ font-weight : normal;
290+ font-family : "Roboto" ;
291+ font-size : 15px ;
292+ }
293+
294+ .checkemail-card .center-align-card .page-content .page-main .page-description ul {
295+ list-style : none;
296+ list-style-image : url(./ images/arrow.svg);
297+ margin : 0px ;
298+ }
299+
300+ .checkemail-card .center-align-card .page-content .page-main .page-description ul li {
301+ line-height : 21px ;
302+ position : relative;
303+ }
304+ .checkemail-card .center-align-card .page-content .page-main .page-description ul li span {
305+ position : relative;
306+ top : -3px
307+ }
308+
309+ .checkemail-card .center-align-card .page-content .page-main .page-description ul li ::marker {
310+ margin-top : 3px ;
311+ }
312+
313+
314+ .checkemail-card .center-align-card .page-content .page-main .page-description ul li : not (: last-child ){
315+ margin : 0px 0px 30px 0px ;
316+ }
317+
318+ .checkemail-card .footer {
319+ padding-top : 0px ;
320+ }
321+
322+ /** End: Check Email Card **/
323+
324+ /** Start: Confirmation Card **/
325+ .confirmation-card .center-align-card {
326+ background-color : # C8C9CC ;
327+ }
328+
329+ .confirmation-card a ,
330+ .confirmation-card a : active ,
331+ .confirmation-card a : visited {
332+ text-decoration : underline;
333+ }
334+
335+ .confirmation-card .center-align-card .page-content {
336+ box-shadow : none;
337+ }
338+
339+ .confirmation-card .center-align-card .page-content .page-main {
340+ padding : 0px 50px 45px ;
341+ position : relative;
342+ text-align : center;
343+ }
344+
345+ .confirmation-card .header {
346+ padding : 27px 10px 21px 10px ;
347+ background-color : transparent;
348+ }
349+ .confirmation-card .footer {
350+ padding-top : 0px ;
351+ }
352+
353+ .confirmation-card .center-align-card .page-content .page-main .page-title-heading {
354+ color : # 2A2A2A ;
355+ font-family : "Barlow Condensed" ;
356+ font-weight : 500 ;
357+ font-size : 34px ;
358+ line-height : 38px ;
359+ text-align : center;
360+ }
361+ .confirmation-card .center-align-card .page-content .page-main .page-description {
362+ margin-top : 41px ;
363+ text-align : left;
364+ font-weight : normal;
365+ font-family : "Roboto" ;
366+ font-size : 15px ;
367+ }
368+ .confirmation-card .center-align-card .page-content .page-main .page-description ul {
369+ list-style : none;
370+ margin : 0px ;
371+ }
372+
373+ .confirmation-card .center-align-card .page-content .page-main .page-description ul li {
374+ margin-bottom : 0 ;
375+ line-height : 21px ;
376+ position : relative;
377+ }
378+
379+ .confirmation-card .center-align-card .page-content .page-main .page-description ul li : not (: last-child ){
380+ padding-bottom : 28px ;
381+ }
382+
383+ .confirmation-card .center-align-card .page-content .page-main .page-description ul li ::before {
384+ color : # FFFFFF ;
385+ font-family : Roboto;
386+ font-size : 16px ;
387+ line-height : 19px ;
388+ position : absolute;
389+ --size : 30px ;
390+ line-height : var (--size );
391+ left : calc (-1 * var (--size ) - 11px );
392+ top : -4px ;
393+ }
394+
395+ .confirmation-card .center-align-card .page-content .page-main .page-description ul li : nth-child (1 )::before {
396+ content : "" ;
397+ background-image : url ('./images/1.png' );
398+ height : 28px ;
399+ width : 30px ;
400+ }
401+
402+ .confirmation-card .center-align-card .page-content .page-main .page-description ul li : nth-child (2 )::before {
403+ content : "" ;
404+ background-image : url ('./images/2.png' );
405+ height : 28px ;
406+ width : 30px ;
407+ }
408+
409+ .confirmation-card .center-align-card .page-content .page-main .page-description ul li : nth-child (3 )::before {
410+ content : "" ;
411+ background-image : url ('./images/3.png' );
412+ height : 28px ;
413+ width : 30px ;
414+ }
415+ /** End: Confirmation Card **/
247416
248417/** Start : Input/select box - field area style **/
249418.input-field {
@@ -358,7 +527,7 @@ select::-ms-expand {
358527 padding-bottom : 10px ;
359528 }
360529 .footer .copyright-text ,
361- .footer .privacy-polic {
530+ .footer .privacy-policy {
362531 margin-bottom : 10px ;
363532 }
364533}
@@ -371,4 +540,7 @@ select::-ms-expand {
371540 .center-align-card .page-wrapper {
372541 max-width : 520px ;
373542 }
543+ .confirmation-card .center-align-card .page-wrapper {
544+ max-width : 511px ;
545+ }
374546}
0 commit comments