@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
    --font-primary:Poppins, sans-serif;
    --secondary-color:#a259ff;
    --white: white;
    --primar-color:#3f53d8;
    --text-color-1: #080829;
    --para-color-1: #545479;
    --grey: #cbcdcd;
}


.container {
    max-width: 1250px;
   padding: 0 20px;
    margin: 0 auto;

}

.container-fluid {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: var(--font-primary);

}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    line-height: 1.22;
}

p {
    margin-bottom: 0;
    font-family: var(--font-secondary);
}

ul,
ol,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none !important;
    transition: all 0.4s ease-in-out;
}
.btn:focus{
    box-shadow: none !important;
}

a:hover {
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}

img {
    width: 100%;
}


.primary-btn {
    color: var(--white);
    background-color: var(--primar-color);
    font-size: 18px;
    text-align: center;
    border-radius: 14px;
    padding: 14px 36px;
    font-weight: 500;
    transition: all .2s;
    letter-spacing: -.02em;
    border: 1px solid #08082933;
    line-height: 100%;
}

.primary-btn:hover {
    background: var(--secondary-color);
    transition: 0.2s ease all;
    text-decoration: none !important;
    color: var(--white);

}

.secondary-btn {
    border: 1px solid var(--grey);
    color: var(--text-color-1);
    background-color: transparent;
    font-size: 18px;
    text-align: center;
    border-radius: 14px;
    padding: 14px 36px;
    font-weight: 500;
    transition: all .2s;
    letter-spacing: -.02em;
    line-height: 100%;
}


.secondary-btn:hover {
    background: var(--secondary-color);
    transition: 0.3s ease all;
    text-decoration: none !important;
    color: var(--white);

}




.typography h1 {
    text-align: left;
    letter-spacing: -1.44px;
    margin-bottom: 0;
    font-family:var(--font-primary);
    font-size: 48px;
    font-weight: 400;
    line-height: 140%;

}

.typography h2 {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.40;
    font-family: var(--font-primary);
}

.typography h3 {
    font-size: 20px;

    line-height: 1.4;
    font-family: var(--font-primary);
    color: var(--text-color-1);
}

.typography h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    font-family: var(--font-primary);
}


.typography p , .typography li{
    font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;

}

.typography .p-20 {
    font-family: var(--font-primary);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: -.02em;

}
.typography .p-18 {
    font-family: var(--font-primary);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.77;
    letter-spacing: -.02em;

}



.typography h6 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    font-family: var(--font-secondary);
    color: #4A4A4A;
    padding-bottom: 12px;
    text-transform: uppercase;
}
.language-selector {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 8px 12px;
    background-color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
}
.dropdown-menu {
    min-width: 180px;
}
.language-selector {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 12px 25px;
    background-color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
}
.language-selector img {
    width: 30px;
}







/* =========================================Header=========== */
header .navbar-brand img {
    width: 100%;
    max-width: 226px;
    height: 50px;
    object-fit: contain;
}
header .sign-up {
    flex-direction: row;
    justify-content: flex-end;
    align-self: auto;
    align-items: center;
    display: flex;
    gap: 20px;
}

header .navbar-expand-lg .navbar-collapse{
    justify-content: center ;
}
.btn-gp{
    position: relative;
}
header ul.navbar-nav li a {
    vertical-align: top;
    color: #222;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    position: relative;
    font-size: 18px;
    padding: 5px 15px;
}

header ul.navbar-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
header {
    padding: 20px 0;
    position: sticky;
    top: 0;
    z-index: 99999999;
    background: var(--white);
    box-shadow: 0 10px 100px #00000014;
}


/* ################# hero section============== */
section.hero {
    padding: 100px 0;
}
.bold-text-30, .bold-text-31 {
    font-weight: 700;
}
.text-span-9, .text-span-10 {
    font-weight: 600;
}
.body-small-black {
    color: var(--text-color-1);
    letter-spacing: -.48px;
    margin-top: 12px;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    display: block;
}

section.hero .content {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
section.hero .content .left {
    width: 44.3%;
    position: relative;
}
section.hero .content  .right {
    width: 55.7%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    position: relative;

}
section.hero .content .right video {
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
}
section.hero .content .left a {
    margin-top: 40px;
    min-width: 250px;
}
section.hero .content .left img.no-credit-img {
    position: absolute;
    width: 185px;
    height: 107px;
    bottom: -43px;
    right: 115px;
}

/* ##################### brand section ################## */
section.brand .brand-block {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 27px;
    margin-top: 20px;
}
section.brand{
    padding: 40px 0 30px;

}
section.brand .brand-block .logo-block {
    width: calc(15% - 4.5px);
}

section.brand .cont-wrap{
    display: flex;
    justify-self: center;
    align-items: center;
    flex-direction: column;
}

.key-feature{
    padding: 120px 0;
}


/* ==========key feature================ */
.key-feature .cont-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.txt-span-600 {
    font-weight: 600;
}
.key-feature .cont-wrap h2{
    color: var(--text-color-1);
}
.key-feature .cont-wrap p.p-18{
   max-width: 750px;
   text-align: center;
   color: var(--para-color-1);
   margin-top: 20px;
}
.feature-bottom-container {
    width: 100%;
    margin-top: 100px;
}
.key-feature .block-layout {
    display: flex;
    column-gap: 38px;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 80px;
    align-items: flex-start;
    justify-content: center;
}
.key-feature .block-layout .home-feature-item-6 {
    width: calc(32% - 13.33px);
    border-radius: 16px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.home-feature-icon-wrapper {
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    margin-bottom: 32px;
    display: flex;
}
.home-feature-icon-wrapper._1 {
    background-color: #3f53d84d;
}
.home-feature-icon {
    width: auto;
    height: auto;
}
.home-feature-item-6 p {
color: var(--para-color-1);
margin-top: 14px;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
}
.home-feature-item-6 h3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: var(--text-color-1);
}
.home-feature-icon-wrapper._2 {
    background-color: #fe7f514d;
}
.home-feature-icon-wrapper._3 {
    background-color: #5454794d;
}
.home-feature-icon-wrapper._4 {
    background-color: #2cae764d;
}
.home-feature-icon-wrapper._5 {
    background-color: #ffc1234d;
}
.home-feature-icon-wrapper._6 {
    background-color: #a259ff4d;
}
.home-feature-icon-wrapper._7 {
    background-color: #fa5b684d;
}
.home-feature-icon-wrapper._8 {
    background-color: #67e4ff66;
}

.best-tools-2-yellow-tag {
    width: 16px;
    height: 16px;
    position: absolute;
    inset: auto 25% -30px auto;
}
section.template .col-right {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    height: 100%;
    max-width: 500px;
}
section.template .col-right .content{
    position: relative;
}
section.template .col-right h2{
    margin-bottom: 24px;
    color: var(--text-color-1);
    width: 475px;
}
.mob-btn{
    display: none !important;
}
.footer-section .link-group a:hover{
    color: #e4a41e;
    transition: 0.5s ease all;
}
section.template .col-right p{
    color: var(--para-color-1);
}
section.template .col-left img {
    aspect-ratio: 1/1;
    object-fit: contain;
    object-position: center;
    max-height: 549px;
}
section.template .row{
    gap: 16px;
}
section.template .row .col-md-6{
    width: calc(50% - 8px);
}
section.template .row .col-md-6:nth-child(3), section.template .row .col-md-6:nth-child(4) {
    margin-top: 100px;
}
.best-tool-3-purple-tag {
    z-index: 11;
    width: 16px;
    height: 16px;
    position: absolute;
    inset: auto 0% -100px auto;
}

section.review .cont-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 1040px;
    margin: 0 auto;
}

section.review .cont-wrap h2 {
    max-width: 600px;
    margin-bottom: 60px;
    text-align: center;
}

section.review {
    padding: 120px 0;
}
.home-testimonial-slide-wrapper {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding-left: 147px;
    padding-right: 147px;
    display: flex;
    position: relative;
}
.testimonial-quote-icon {
    width: 100%;
    max-width: 100px;
    height: auto;
}
.testimonial-quote-icon.left {
    position: absolute;
    inset: 0% auto auto 0%;
}
.testimonial-quote-icon.right {
    position: absolute;
    bottom: -18px;
    right: 0;
}
.home-testimonial-star-wrapper {
    align-items: center;
    margin-bottom: 32px;
    display: flex;
    gap: 16px;
}
.home-testimonial-star-wrapper i {
    font-size: 22px;
    color: var(--primar-color);
}
.home-testimonial-author-name {
    letter-spacing: -.02em;
    font-size: 24px;
    line-height: 1.4;
}
.home-testimonial-slide-wrapper p{
    margin-bottom: 20px;
}
section.review .cont-wrap .owl-nav {
    display: flex;
    gap: 20px;
    justify-content: end;
    margin-top: 48px;
    padding-right: 170px;
}
section.review .cont-wrap .owl-nav button i{
    color: #ccc;
    font-size: 20px;
}

.thought {
    color: #fff;
    background-color: #080829;
    padding: 160px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.thought .wrapper {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
}
.thought .cta-item-1-image {
    z-index: 11;
    width: 20%;
    max-width: 232px;
    position: absolute;
    inset: 0% auto auto 0%;
}
.thought .cta-item-2-image {
    z-index: 11;
    width: 20%;
    max-width: 277px;
    position: absolute;
    inset: auto 0% 0% auto;
}
.thought .cta-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 886px;
    display: flex;
}
.thought h2 {
    max-width: 850px;
    margin-bottom: 60px;
    font-size: 58px;
    font-weight: 500;
    line-height: 110%;
}
.button-container {
    position: relative;
}
.image-66 {
    width: 100%;
    max-width: 185px;
    position: absolute;
}

.fast-fun {
    padding: 120px 0;
}

.fast-fun h2 {
    text-align: center;
}
.fast-fun .content h3{
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}
.fast-fun .content p{
    color: #545479;
    margin-top: 18px;
   
}

.fast-fun .fast-card-layout {
    grid-column-gap: 53px;
    grid-row-gap: 53px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    margin-top: 0;
    display: grid;
    margin-top: 50px;
}

.fast-fun .fast-card-layout .fun-card .content {
    padding-top: 40px;
}
.fast-fun .fast-card-layout .fun-card img{
width: 100%;
aspect-ratio: 1/1;
object-fit: contain;
border-radius: 15px;
}

.perfect-plan {
    padding: 100px 0;
    background-color: #e8f7ff;
}
.perfect-plan .cont-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.perfect-plan .cont-wrap p:first-child{
    padding-top: 30px;
}

section.pricing{
    background-image: linear-gradient(180deg, #3f53d81a 50%, #fff 50%);
    margin-top: 0;
    position: relative;
}
.pricing-hero-wrapper {
    z-index: 1;
    flex-direction: column;
    align-items: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 80px;
    padding-bottom: 80px;
    display: flex;
    position: relative;
}
.pricing-center-container {
    text-align: center;
    align-self: center;
    width: 100%;
    max-width: none;
    margin-top: 50px;
}
.pricing-h1-heading {
    margin-bottom: 24px !important;
    text-align: center !important;
}
.pricing-hero-wrapper  p.p-20 {
    color: #545479;
    font-weight: 500;
    max-width: 900px;
    margin: 0 auto;
    margin-top: 20px;
}

.price-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    box-shadow: none;
    background-color: #fff;
    border-radius: 32px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    padding: 40px 28px;
    display: flex;
    position: relative;
}
.pricing-card-layout {
    width: 100%;
    margin-top: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}
.pricing-card-layout .div-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    direction: rtl;
    flex-wrap: nowrap;
    flex: 0 auto;
    order: -1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: space-around flex-start;
    align-self: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding: 4px;
    display: flex;
}
.pricing-card-layout .div-block h3 {
    align-self: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    color: #a259ff
}
.pricing-card-layout .div-block img{
    width: 24px;
}
.pricing-card-layout .price-tag {
    color: #000000;
    text-align: left;
    font-size: 28px;
    font-weight: 600;
}

.pricing-card-layout .price-tag span.dis-price {
    text-decoration: line-through;
    color: #b1b4c9;
}
.pricing-card-layout p.p-dec {
    color: #000;
    font-weight: 600;
}
.pricing-card-layout a.price-btn {
    color: #28b277;
    text-align: left;
    background-color: #c5f7e1;
    border-radius: 14px;
    align-self: flex-start;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    padding: 9px 15px;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.pricing-card-layout p.p-time {
    color: #b1b4c9;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    font-size: 18px;
    font-weight: 500;
}

.pricing-points-contain {
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
    font-weight: 500;
    display: flex;
}
.price-point-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    letter-spacing: -.16px;
    flex-wrap: nowrap;
    place-content: flex-start;
    align-items: flex-start;
    width: 100%;
    font-size: 18px;
    line-height: 32px;
    text-decoration: none;
    display: flex;
}
.pricing-checkmark {
    object-fit: fill;
    width: 24px;
    margin-top: 0;
}
.white-button.pricing {
    background-color: #3f53d8;
    color: #fff;
    border-radius: 22px;
    width: 100%;
    padding: 16px 30px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}
/* ================= */

.footer-section {
    padding: 80px 0 30px;
    background: #000 !important;
}
.footer-section h4 {
    color: var(--white);
    text-transform: uppercase;
    border-bottom: 1px solid #434343;
    margin-bottom: 10px;
}
.home-feature-item-6.ext img {
    width: 60px;
}
.footer-section .col-third a {
    font-size: 14px !important;
    line-height: 1.2 !important;
    font-weight: 500 !important;
    color: #504bdc !important;
}
.footer-section .cat-group {
    display: flex;
    justify-content: space-between;
}
.footer-section .cat-group a {
    font-size: 14px;
    line-height: 31px;
    font-weight: 500;
    color: #fff;
}
.footer-logo img {
    width: 250px;
    margin-bottom: 20px;
}
.footer-logo p {
    color: #fff;
}
.footer-section .link-group a{
    color: #fff;
    letter-spacing: -.02em;
    cursor: pointer;
    margin-top: 0;
    font-size: 16px;
    text-decoration: none;
    transition: all .2s;
    display: block;
    font-family: var(--font-primary);
    line-height: 1.18;
}
.footer-section .link-group {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.footer-section .col-third {
    gap: 5px;
}
.footer-section .col-third h3 {
    color: #fff;
    font-size: 15px;
    line-height: 21px;
    font-weight: 500;
}
.footer-bottom-block .ft-logo img {
    width: 100%;
    max-width: 233px;
    height: 40px;
    object-fit: contain;
}

.footer-bottom-block p {
    color: var(--white);
    text-align: center;
    width: auto;
    font-size: 16px;
}
.footer-bottom-block .copyright .term-link {
    text-align: left;
    
    justify-content: center;
    align-items: center;
    width: auto;
    margin-top: 00px;
    margin-left: 0;
    display: flex;
    flex-direction: row;
}
.footer-bottom-block .copyright .term-link a {
    color: var(--white);
    letter-spacing: -.02px;
    cursor: pointer;
    width: auto;
    font-size: 16px;
    text-decoration: none;
    transition: all .2s;
    padding: 0 20px;
    border-right: 1px solid var(--para-color-1);
    line-height: 1;
}
.footer-bottom-block .copyright .term-link a:last-child{
    border: none;
}
.footer-bottom-block .ft-logo {
    width: calc(25% - 15px);
}
.footer-bottom-block .social {
    width: calc(25% - 15px);
    display: flex;
    gap: 16px;
    justify-content: flex-end;
}
.footer-bottom-block .copyright {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-bottom-block .social i {
    color: #fff;
    font-size: 12px;
    border: 1px solid #fff;
    padding: 8px;
}
.footer-section .cat-group:hover a , .footer-section .col-third:hover h3{
    color: #e4a41e;
}
/* =============login page============== */
.login-container {
    display: flex;
    height: 100%;
    gap: 0;
    min-height: 100vh;
}
.login-box {
    background: var(--white);
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    width: 50%;
    
    min-height: 100vh;
}
.login-container .ft-block {
    width: 50%;
    background-color: rgb(237 245 255 );
}
.login-container .logo {
    width: 250px;
    margin-bottom: 70px;
}
.login-container .linear-text {
    --bs-text-opacity: 1;
    background: linear-gradient(276deg, rgb(58, 142, 230) 0%, rgb(192, 58, 231) 100%);
    -webkit-background-clip: text !important;
    background-clip: text !important;
    color: transparent !important;
    font-size: 18px;
    line-height: 1.55;
    font-weight: 500;
}
.login-container .login-title {
    font-size: 28px !important;
    font-weight: bold;
    margin: 10px 0 20px;
}
.login-container  .form-check {
    margin-top: 15px;
}
.login-container .sign-up-para {
    font-size: 13px;
    line-height: 1.53;
}
.login-wrape {
    max-width: 420px;
    margin: 0 auto;
}
.login-container .btn-social {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 2px;
    font-size: 16px;
    width: 100%;
    text-align: left;
    border-radius: 6px;
    margin-bottom: 10px;
    min-height: 48px;
}
.login-container .btn-social .icon {
    background: #fff;
    padding: 9px;
    border-radius: 5px;
}


.login-container .checkbox-label {
    font-size: 14px;
}
.login-container .feature-list i {
    color: green;
}
.login-container .feature-list p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
}
.login-container.language-selector {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 8px 12px;
    background-color: #fff;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    float: right;
}
.login-container .ft-block-wrap {
    min-height: 426px;
    margin-top: 128px;
    max-width: 520px;
    margin: 128px auto 0;
}
.login-container .ft-block-wrap h3 span {
    --bs-text-opacity: 1;
    background: linear-gradient(276deg, rgb(58, 142, 230) 0%, rgb(192, 58, 231) 100%);
    -webkit-background-clip: text !important;
    background-clip: text !important;
    color: transparent !important;
}
.login-container .feature-list .list {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
}
.login-container .feature-list .list i {
    width: 20px;
    height: 20px;
    margin-top: 5px;
}
.login-container .ft-block-wrap h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
}

.flip {
    display: inline-block;
    position: relative;

    width: 200px;
    height: 40px;
    position: relative;
    top: 10px;
    
    @include perspective(500);
    @include transition(all .3s ease-in-out);
    
    
    span {
      font-weight:600;
      display: block;
      width: auto;
       @include transition(all .3s ease-in-out);
      opacity: 0;
      @include transform-origin(0%, 0%);
      @include transform(rotateX(90deg)); 
      
      position: absolute;
      top: -20px;
      left: 0;
      
      &.set {
        top: 0;
        opacity: 1;
        @include transform-origin(0%, 0%);
        @include transform(rotateX(0deg)); 
      } 
      
      &.down {
        top: 40px;
        opacity: 0;
        @include transform-origin(0%, 0%);
        @include transform(rotateX(-90deg)); 
      }
           
    }
  }

  .email-login .email-login-title {
    display: flex;
    gap: 20px;
    font-weight: 400 !important;
    font-size: 20px;
    font-family: 'Poppins';
}
.email-login .email-form .input-gp {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 20px;
}
.email-login p {
    font-size: 13px;
    line-height: 20px;
    font-family: 'Poppins';
}
.email-login .email-form .input-gp input[type="email"] {
    padding: 8px 20px;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 13px;
    line-height: 20px;
    font-family: 'Poppins';
}
.email-login .email-form .input-gp input[type="submit"] {
    background: #0043ce;
    box-shadow: none;
    border: none;
    padding: 8px 10px;
    color: #fff;
    font-weight: 500;
    margin-top: 20px;
}