/* [Resolution: 991px] */

 @media screen and (max-width: 991px) { 

    .stylesheet-part {
        padding: 40px 0px 40px 0px;
    }

    .fct-auth-section_fh {
        flex-direction: column;
    }

    .fct-auth-card {
        width: 100%;
    }

    .fct-checkout-sumary-card {
        max-width: 80%;
    }

    body .t7 {
        row-gap: 30px;
        grid-template-columns: 1fr ;
    }

    body .t9 {
        row-gap: 20px;
    }

    body .t10 {
        color: rgba(163,117,255,1.00);
    }

    body .t18 {
        row-gap: 30px;
        grid-template-columns: 1fr ;
    }

    body .t29 {
        row-gap: 30px;
        grid-template-columns: 1fr ;
    }

    body .t56 {
        color: rgba(163,117,255,1.00);
    }

    body .t61 {
        width: 100%;
    }

    body .t67 {
        max-width: 100%;
    }

 
}

/* [Resolution: 767px] */

 @media screen and (max-width: 767px) { 

    .fct-auth-left {
        position: relative;
        z-index: 5;
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }

    .fct-auth-card {
        justify-content: center;
        align-items: center;
        text-align: center;
        backdrop-filter: blur(16px);
        -webkit-backdrop-filter: blur(16px);
    }

    .fct-auth-right {
        margin-left: auto;
        margin-right: auto;
        opacity: 100%;
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .fct-auth-splash {
        border-radius: 0px;
    }

    .fct-checkout-sumary-card {
    }

 
}

/* [Resolution: 480px] */

 @media screen and (max-width: 480px) { 

    .fct-auth-left {
        width: 100%;
        padding-left: 1.1rem;
        padding-right: 1.1rem;
    }

    .fct-padding-md {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .fct-checkout-sumary-card {
        max-width: 100%;
    }

 
}