@@ -414,6 +414,151 @@ select::-ms-expand {
414414}
415415/** End: Confirmation Card **/
416416
417+ /** Start: Sign Up Card **/
418+ .center-align-card .signup-card .page-wrapper {
419+ margin-left : auto;
420+ margin-right : auto;
421+ padding : 0px ;
422+ text-align : center;
423+ max-width : 1139px ;
424+ }
425+
426+ .center-align-card .signup-card .page-content {
427+ margin-top : 60px ;
428+ min-height : 820px ;
429+ height : clamp (820px , 100% , 820px );
430+ border-radius : 10px 10px ;
431+ width : 1139px ;
432+ background-repeat : no-repeat;
433+ background-position : top right;
434+ background-image : url(./ images/signup_bg.png);
435+ }
436+
437+ .center-align-card .signup-card .page-main {
438+ padding : 0px 50px 40px 40px ;
439+ width : 100% ;
440+ max-width : 495px ;
441+ }
442+
443+ .center-align-card .signup-card .page-main header {
444+ background : transparent;
445+ border-radius : 0px ;
446+ padding : 28px 0px 17px 0px ;
447+ }
448+ .center-align-card .signup-card .page-main .page-title-heading {
449+ color : # 2A2A2A ;
450+ font-family : Roboto, sans-serif;
451+ font-weight : 500 ;
452+ font-size : 28px ;
453+ line-height : 38px ;
454+ text-transform : capitalize;
455+ padding-bottom : 46px ;
456+ }
457+
458+
459+ .center-align-card .signup-card .page-content # signup-container {
460+ color : white;
461+ text-align : left;
462+ position : absolute;
463+ margin-left : 495px ;
464+
465+ }
466+
467+ .center-align-card .signup-card .page-content # signup-container .title {
468+ font-weight : 500 ;
469+ font-family : 'Barlow Condensed' , sans-serif;
470+ font-size : 34px ;
471+ line-height : 38px ;
472+ padding : 81px 0px 20px 143px ;
473+ }
474+
475+ .center-align-card .signup-card .page-content # signup-container .body {
476+ font-weight : normal;
477+ font-family : 'Roboto' ;
478+ font-size : 18px ;
479+ line-height : 27px ;
480+ padding : 0px 88px 0px 143px ;
481+ }
482+ .center-align-card .signup-card .page-content .input-field {
483+ margin-bottom : 10px ;
484+ }
485+ .center-align-card .signup-card .page-content .input-field select , .center-align-card .signup-card .page-content .input-field input {
486+ border : 1px solid # D4D4D4 ;
487+ border-radius : 4px ;
488+ color : # 2A2A2A ;
489+ font-family : Roboto;
490+ font-size : 14px ;
491+ }
492+ .center-align-card .signup-card .page-content .input-field .icon-arrow g {
493+ fill : # AAAAAA ;
494+ opacity : 1 ;
495+ }
496+ .center-align-card .signup-card .page-content .input-field .icon-arrow {
497+ transform : rotate (90deg );
498+ }
499+
500+ .center-align-card .signup-card .page-content .input-field .icon-arrow {
501+ position : absolute;
502+ top : 18px ;
503+ width : 12px ;
504+ height : 14px ;
505+ right : 14px ;
506+ pointer-events : none;
507+
508+ }
509+
510+ .center-align-card .signup-card .page-content .input-field select : focus ,
511+ .center-align-card .signup-card .page-content .input-field input : focus ,
512+ .center-align-card .signup-card .page-content .input-field select : hover ,
513+ .center-align-card .signup-card .page-content .input-field input : hover {
514+ box-shadow : none;
515+ }
516+ .center-align-card .signup-card .page-content .input-field label {
517+ color : # AAAAAA ;
518+ font-family : Roboto;
519+ font-size : 14px ;
520+ line-height : 22px ;
521+ width : 146px ;
522+ text-align : left;
523+ }
524+
525+ .center-align-card .signup-card .page-content button .continue-btn
526+ {
527+ background-color : # 137D60 ;
528+ border-radius : 4px ;
529+ width : 100% ;
530+ max-width : 405px ;
531+ height : 48px ;
532+ color : # FFFFFF ;
533+ font-family : Roboto;
534+ font-size : 17px ;
535+ line-height : 20px ;
536+ font-weight : normal;
537+ text-transform : capitalize;
538+ }
539+ .center-align-card .signup-card .page-content .terms {
540+ text-align : left;
541+ padding-bottom : 25px ;
542+ }
543+
544+ .center-align-card .signup-card .page-content .terms ,
545+ .center-align-card .signup-card .page-content .terms a {
546+ color : # 37373C ;
547+ font-family : Roboto;
548+ font-size : 13px ;
549+ line-height : 20px ;
550+ }
551+ .center-align-card .signup-card .page-content .terms a ,
552+ .center-align-card .signup-card .page-content .terms a : visited ,
553+ .center-align-card .signup-card .page-content .terms a : active ,
554+ .center-align-card .signup-card .page-content .terms a : focus {
555+ text-decoration : underline;
556+ font-size : 13px ;
557+ line-height : 20px ;
558+ color : # 0D61BF ;
559+ }
560+ /** End: Sign Up Card **/
561+
417562/** Start : Input/select box - field area style **/
418563.input-field {
419564 position : relative;
@@ -521,17 +666,6 @@ select::-ms-expand {
521666 width : 20px ;
522667}
523668
524- /** Mobile - specific CSS **/
525- @media (max-width : 767px ) {
526- .footer {
527- padding-bottom : 10px ;
528- }
529- .footer .copyright-text ,
530- .footer .privacy-policy {
531- margin-bottom : 10px ;
532- }
533- }
534-
535669/** Desktop + tab - specific CSS **/
536670@media (min-width : 768px ) {
537671 .center-align-card .page-content {
@@ -543,4 +677,44 @@ select::-ms-expand {
543677 .confirmation-card .center-align-card .page-wrapper {
544678 max-width : 511px ;
545679 }
680+
681+ .center-align-card .signup-card .page-content {
682+ width : 1139px ;
683+ min-height : 820px ;
684+ height : 820px ;
685+ }
546686}
687+
688+ @media (max-width : 1156px ) {
689+ .center-align-card .signup-card .page-content {
690+ background-image : none;
691+ width : 90% ;
692+ max-width : 495px ;
693+ min-height : auto;
694+ height : auto;
695+ }
696+ .center-align-card .signup-card .page-content # signup-container {
697+ display : none;
698+ }
699+ }
700+
701+ /** Mobile - specific CSS **/
702+ @media (max-width : 767px ) {
703+ .center-align-card .signup-card .page-wrapper {
704+ background-image : none;
705+ width : 90% ;
706+ min-height : auto;
707+ height : auto;
708+ }
709+ .center-align-card .signup-card .page-content # signup-container {
710+ display : none;
711+ }
712+
713+ .footer {
714+ padding-bottom : 10px ;
715+ }
716+ .footer .copyright-text ,
717+ .footer .privacy-policy {
718+ margin-bottom : 10px ;
719+ }
720+ }
0 commit comments