:root {

    --black: #000000;
    --orange: #FF9000;
    --dark-orange: #e16e15;
    --light-blue: #C8DEFF;
    --custom-light-blue:#9BABFA;
    --pink: #FF4B92;
    --dark-purple: #563199;
    --light-purple: #D4BCFB;
    --purple-custom: #50005E;
    --white: #FFFFFF;
    --black-custom: #444444;
    --light-orange: #FFDEB3;
    --dark-navy: #20395B;
    --light-navy: #B4C8E4;
    --dark-blue: #001354;

    --light-purple: #CBB5FF;
    --custom-light-purple: #D4BCFB;
    --light-blue-label: #5F68E0;
    --light-indigo-link: #1C73F6;

    --blue: #5416E0;
    --custom-blue: #5F68E0;
    --lightblack: rgba(0, 0, 0, 0.6);
    --gray: #9C9C9C;
}

/*custom font*/
@font-face {
    font-family: 'Trap';
    src: url('../fonts/font-trap/Trap-Light.woff2') format('woff2'),
        url('../fonts/font-trap/Trap-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Trap';
    src: url('../fonts/font-trap/Trap-Regular.woff2') format('woff2'),
        url('../fonts/font-trap/Trap-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Trap';
    src: url('../fonts/font-trap/Trap-Medium.woff2') format('woff2'),
        url('../fonts/font-trap/Trap-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Trap';
    src: url('../fonts/font-trap/Trap-SemiBold.woff2') format('woff2'),
        url('../fonts/font-trap/Trap-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Trap';
    src: url('../fonts/font-trap/Trap-Bold.woff2') format('woff2'),
        url('../fonts/font-trap/Trap-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Trap';
    src: url('../fonts/font-trap/Trap-ExtraBold.woff2') format('woff2'),
        url('../fonts/font-trap/Trap-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Trap';
    src: url('../fonts/font-trap/Trap-Black.woff2') format('woff2'),
        url('../fonts/font-trap/Trap-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

.ls-login__btn-primary

/*custom font*/
/*global-btn-styles*/
.orangeTxt {
    color: var(--orange);
}

.whiteTxt {
    color: var(--white);
}

.blackText {
    color: var(--black);
}

.lightBlueText {
    color: var(--light-blue);
}

.purpleBg {
    background-color: var(--purple);
}

.ls-light-purple-text {
    color: var(--light-purple);
}


.whiteBg {
    background-color: var(--white);
}

.lightPurpleBg {
    background-color: var(--light-purple);
}
.customlightPurpleBg{
    background-color: var(--custom-light-purple);  
}

.orangeBg {
    background-color: var(--orange);
}

.lightOrangeBg {
    background-color: var(--light-orange);
}

.ls-light-purple-text {
    color: var(--light-purple);
}

.whiteTxt {
    color: var(--white);
}

.fw-400 {
    font-weight: 400 !important;
}

.ls-mb-2 {
    margin-bottom: 2rem;
}

.ls-mb-3 {
    margin-bottom: 2rem;
}

.navyBg {
    background-color: var(--dark-navy);
}

.lightNavyBg {
    background-color: var(--light-navy);
}


.darkBlueBg {
    background-color: var(--dark-blue);
}

.lightBlueBg {
    background-color: var(--light-blue);
}
.customlightBlueBg{
    background-color: var(--custom-light-blue);
}


.blackTxt {
    color: var(--black);
}

.purpleTxt {
    color: var(--blue);
}

.purpleCustomTxt {
    color: var(--purple-custom);
}

.lightBlueLabelTxt {
    color: var(--light-blue-label);
}

.blackColor {
    color: var(--black);
}

.lightBlueColor {
    color: var(--light-blue);
}

.purpleColor {
    color: var(--purple);
}

.purpleColorHover:hover {
    color: var(--purple);
}

.lightBlueTextHover:hover {
    color: var(--light-blue);
}

.orangeColorHover {
    color: var(--orange);
}

.purpleCustomColor {
    color: var(--purple-custom);
}

.btn-primary.orangeColorBtn {
    background-color: var(--orange);
    border-color: var(--orange);
    color: var(--white);
}

.btn-primary.orangeColorBtn.disabled,
.btn-primary.orangeColorBtn:disabled {
    background-color: var(--orange);
    border-color: var(--orange);
    color: var(--white);
}

.btn-primary.blackColorBtn {
    background-color: var(--black);
    border-color: var(--black);
    color: var(--white);
}

.btn-primary.blackColorBtn.disabled,
.btn-primary.blackColorBtn:disabled {
    background-color: var(--black);
    border-color: var(--black);
    color: var(--white);
}

.btn-primary.blackColorBtn:hover,
.btn-primary.blackColorBtn:active,
.btn-primary.blackColorBtn:focus {
    background-color: var(--black-custom);
    border-color: var(--black-custom);
    color: var(--white);
}


.btn-primary.orangeColorBtn:hover,
.btn-primary.orangeColorBtn:active,
.btn-primary.orangeColorBtn:focus {
    background-color: var(--dark-orange);
    border-color: var(--dark-orange);
    color: var(--white);
}

.btn-primary.orangeColorBtn:not(:disabled):not(.disabled):active,
.btn-primary.orangeColorBtn:not(:disabled):not(.disabled).active,
.show>.btn-primary.orangeColorBtn.dropdown-toggle {
    background-color: var(--dark-orange);
    border-color: var(--dark-orange);
    color: var(--white);
}

.btn.orangeColorLink {
    color: var(--orange);
}

.btn.orangeColorLink:hover,
.btn.orangeColorLink:active,
.btn.orangeColorLink:focus {
    color: var(--dark-orange);
}

.btn.blackColorLink {
    color: var(--black);
}

.btn.blackColorLink:hover,
.btn.blackColorLink:active,
.btn.blackColorLink:focus {
    color: var(--black-custom);
}


.btn.purpleColorLink {
    color: var(--purple);
}

.btn.navyColorLink {
    color: var(--dark-navy);
}

.btn.navyColorLink:hover,
.btn.navyColorLink:active,
.btn.navyColorLink:focus {
    color: var(--dark-navy);
}

.btn.purpleColorLink:hover,
.btn.purpleColorLink:active,
.btn.purpleColorLink:focus {
    color: var(--dark-purple);
}

.btn-primary.purpleColorBtn,
.btn-primary.purpleColorBtn:hover,
.btn-primary.purpleColorBtn:active,
.btn-primary.purpleColorBtn:focus {
    background-color: var(--purple);
    border-color: var(--purple);
    color: var(--white);
}

.ls-link.custom-link.lightBlueColor {
    color: var(--light-blue);
}

.ls-link.custom-link.purpleCustomColor {
    color: var(--purple-custom);
}


a.ls-link.custom-link.purpleCustomColor:hover,
a.ls-link.custom-link.purpleCustomColor:active,
a.ls-link.custom-link.purpleCustomColor:focus {
    color: var(--purple-custom);
    text-decoration: underline !important;
}

a.ls-link.custom-link.lightBlueColor:hover,
a.ls-link.custom-link.lightBlueColor:active,
a.ls-link.custom-link.lightBlueColor:focus {
    color: var(--light-blue);
    text-decoration: underline !important;
}

.btn.disabled,
.btn:disabled {
    cursor: not-allowed;
}


a.ls-link.custom-link:hover:after {
    border-bottom: none;
}

a.ls-link.custom-link {
    margin-top: 2rem;
    font-size: 20px;
    line-height: 1.5;
    text-decoration: underline;
}

.btn.btn-font-lg {
    font-weight: 600;
    font-size: 1.2rem;
}

select option:disabled,
select option:checked {
    color: #a7abc3;
}


.btn-brand.btn-recom {
    background: rgba(220, 205, 254);
    border: 2.2px solid #7B61FF;
    border-radius: 28.8563px;
    color: #FF4B92;
}

.btn-brand.btn-recom:hover,
.btn-brand.btn-recom:focus,
.btn-brand.btn-recom:active {
    background: rgba(220, 205, 254);
    color: #FF4B92;
}

.btn-brand.btn-recom.disabled,
.btn-brand.btn-recom:disabled {
    background: rgba(220, 205, 254);
    color: #FF4B92;
}

.btn.btn-wide.orangeColorLink {
    padding-left: 0;
}

/*global-btn-styles*/


/*fixed bottom btn*/
.ls-fixed-button {
    position: fixed;
    bottom: -100px;
    /* Initially hidden below the screen */
    right: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    z-index: 9999;
    transition: bottom 0.3s ease;
    /* Transition effect for animation */
}

.ls-fixed-button.show {
    bottom: 0;
    /* Displayed position */
}

.ls-fixed-button .btn.btn-fixed {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding-left: 1rem;
    padding-right: 1rem;
}

.ls-fixed-button:hover .sechedule-call-icon {
    animation: zoomInOut 0.5s alternate infinite cubic-bezier(0.075, 0.82, 0.165, 1);
    /* Smooth zoom-in and zoom-out animation on hover */
}
.alert {
    padding: 8px !important;
}
.alert-danger {
       color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

@keyframes zoomInOut {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.ls-fixed-button.left-position{
    left: 30px;
    right: auto;
}


/*fixed bottom btn*/

.ls-login.ls-login--v1 .ls-login__aside {
    width: 50%;
    padding: 3rem;
    /* background-repeat: no-repeat;
    background-size: cover; */
}

.ls-login.ls-login--v1 .ls-login__aside .ls-login__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ls-login.ls-login--v1 .ls-login__aside .ls-login__title {
    color: #ffffff;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 34.5px;

}

.ls-login.ls-login--v1 .ls-login__aside .ls-login__subtitle {
    font-size: 1.2rem;
    font-weight: 200;
    margin: 2.5rem 0 3.5rem 0;
    color: rgba(255, 255, 255, 0.7);
}

.ls-login.ls-login--v1 .ls-login__aside .ls-login__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ls-login.ls-login--v1 .ls-login__aside .ls-login__info .ls-login__menu>a {
    text-decoration: none;
    color: #fff;
    margin-right: 2rem;
    display: inline-block;
    color: rgba(255, 255, 255, 0.7);
}

.ls-login.ls-login--v1 .ls-login__aside .ls-login__info .ls-login__menu>a:hover {
    color: #fff;
}

.ls-login.ls-login--v1 .ls-login__aside .ls-login__info .ls-login__menu>a:hover:after {
    border-bottom: 1px solid #fff;
    opacity: 0.3;
}

.ls-login.ls-login--v1 .ls-login__aside .ls-login__info .ls-login__menu>a:last-child {
    margin-right: 0;
}

.ls-login.ls-login--v1 .ls-login__aside .ls-login__info .ls-login__copyright {
    color: rgba(255, 255, 255, 0.4);
}

.ls-login.ls-login--v1 .ls-login__wrapper {
    padding: 4rem 4rem;
    background: #fff;
}

.ls-login.ls-login--v1 .ls-login__wrapper .ls-login__head {
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.ls-login.ls-login--v1 .ls-login__wrapper .ls-login__head .ls-login__signup-label{
    /*color: #a7abc3;*/
    color: var(--Primary-Black, #0D0D0D)
}
.ls-login.ls-login--v1 .ls-login__wrapper .ls-login__head a {
    color: var(--Primary-Black, #FF4B92) 
    
}
.ls-login.ls-login--v1 .ls-login__wrapper .ls-login__head a:hover {
    text-decoration: none; 
    
}
.ls-login.ls-login--v1 .ls-login__wrapper .ls-login__head .ls-login__signup-link {
    color: #5d78ff;
}

.ls-login.ls-login--v1 .ls-login__wrapper .ls-login__body {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    /* margin-top: 5rem; */

}

.ls-login.ls-login--v1 .ls-login__wrapper .ls-login__body .ls-login__form {
    width: 100%;
    max-width: 560px;
}

.ls-login.ls-login--v1 .ls-login__wrapper .ls-login__body .ls-login__form .ls-login__title {
    display: block;
    text-align: center;
    margin-bottom: 5rem;
    text-decoration: none;
}

.ls-login.ls-login--v1 .ls-login__wrapper .ls-login__body .ls-login__form .ls-login__title>h3 {
    color: #0D0D0D;
    text-align: center;
    font-family: "Trap", sans-serif;
    font-size: 2.3rem;
    font-style: normal;
    font-weight: 700;
    line-height: 33px;
    letter-spacing: -0.6px;
}
.ls-login__title .subText{
    color: #0D0D0D;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.ls-login.ls-login--v1 .ls-login__wrapper .ls-login__body .ls-login__form .ls-form {
    margin: 2.5rem auto;
}

.ls-login.ls-login--v1 .ls-login__wrapper .ls-login__body .ls-login__form .ls-form .form-group {
    margin: 0;
    padding: 0;
    margin: 0 auto;
}

.ls-login.ls-login--v1 .ls-login__wrapper .ls-login__body .ls-login__form .ls-form .form-group .form-control {
/*    border: none;*/
/*    height: 60px;
    margin-top: 2rem;
    background-color: rgba(247, 247, 249, 0.7);
    background-color: #F4F5F9;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;*/
    
    border-radius: 8px;
    border: 1.231px solid #000;

    background: #FFF;
    height: 60px;
    flex-shrink: 0;
    margin-top: 3rem;
    font-size: 14px;
}

.ls-login.ls-login--v1 .ls-login__wrapper .ls-login__body .ls-login__form .ls-form .form-group .form-control:focus {
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    background-color: #f7f7f9;
}

.ls-login.ls-login--v1 .ls-login__wrapper .ls-login__body .ls-login__form .ls-login__actions {
/*    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 1rem 0;*/
    
    flex-shrink: 0;
    border-radius: 32px;
    border: 2px solid #000;

    background: #FF4B92;

    /* button shadow */
    box-shadow: 6.9979px 7.46753px 0px 0px #0D0D0D;
    
}

.ls-login.ls-login--v1 .ls-login__wrapper .ls-login__body .ls-login__form .ls-login__actions .ls-login__link-forgot {
    color: #FF4B92;
    font-size: 1.1rem;
}

.ls-login.ls-login--v1 .ls-login__wrapper .ls-login__body .ls-login__form .ls-login__actions .ls-login__link-forgot:hover {
    color: #e12b73;
}

.ls-login.ls-login--v1 .ls-login__wrapper .ls-login__body .ls-login__form .ls-login__actions .ls-login__link-forgot:hover:after {
    border-bottom: 1px solid #e12b73;
    opacity: 0.3;
}

.ls-login.ls-login--v1 .ls-login__wrapper .ls-login__body .ls-login__form .ls-login__actions .ls-login__btn-secondary,
.ls-login.ls-login--v1 .ls-login__wrapper .ls-login__body .ls-login__form .ls-login__actions .ls-login__btn-primary {
    height: 50px;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    text-transform: capitalize;
}

.ls-login.ls-login--v1 .ls-login__wrapper .ls-login__body .ls-login__form .ls-login__actions .ls-login__btn-primary.login-btn {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    text-transform: capitalize;
}

.ls-login.ls-login--v1 .ls-login__wrapper .ls-login__body .ls-login__form .ls-login__divider {
    margin: 1rem 0 1rem 0;
}

.ls-login.ls-login--v1 .ls-login__wrapper .ls-login__body .ls-login__form .ls-login__divider:not(:first-child):not(:last-child) {
    font-weight: 400;
    color: #b5b2c3;
    font-size: 1rem;
}

.ls-login.ls-login--v1 .ls-login__wrapper .ls-login__body .ls-login__form .ls-login__options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 100%;
}

.ls-login.ls-login--v1 .ls-login__wrapper .ls-login__body .ls-login__form .ls-login__options>a {
    text-decoration: none;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ls-login.ls-login--v1 .ls-login__wrapper .ls-login__body .ls-login__form .ls-login__options>a:not(:first-child):not(:last-child) {
    margin: 0 1.5rem;
}

/*testimonial section*/

  .ls-widget7.ls-testimonial .ls-widget7__desc {
    font-size: 1.12rem;
    margin-top: 1rem;
    margin-bottom: 3rem;
    margin-left: 4rem;
    margin-right: 4rem;
    font-weight: 400;
    text-align: center;
    letter-spacing: -0.499229px;
  }
  .ls-customer-img{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .ls-widget7.ls-testimonial .ls-widget7__info {
    text-align: center;
  }
  
  .ls-widget7.ls-testimonial .ls-widget7__info .ls-widget7__username {
    text-align: center;
  }

  /*code*/
  .ls-carousel {
    position: relative;
    overflow: hidden;
  }
  
  .ls-carousel .ls-widget7.ls-testimonial {
    position: relative;
    display: none;
  }
  
  .ls-carousel .ls-widget7.ls-testimonial:first-child {
    display: block;
  }
  
  .ls-carousel .ls-widget7.ls-testimonial.active {
    display: block;
  }
  
  .ls-carousel .ls-widget7 .ls-widget7__content {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  
  .ls-carousel .ls-widget7 .ls-widget7__info {
    margin-bottom: 1rem;
  }
  
  .ls-carousel .carousel-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
  }
  
  .ls-carousel .carousel-dots .dot {
    width: 10px;
    height: 10px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
  }
  
  .ls-carousel .carousel-dots .dot.active {
    background-color: #fff;
  }
  
  .ls-carousel .carousel-arrows {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center; /* Add this line */
    justify-content: space-between;
    width: 100%;
    pointer-events: none;
  }
  
  .ls-carousel .carousel-arrows .arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 24px;
    pointer-events: all;
    cursor: pointer;
  }
  
  .ls-carousel .carousel-arrows .arrow:hover {
    background-color: rgba(0, 0, 0, 0.5);
  }
  
  .ls-carousel .carousel-arrows .arrow.prev {
    margin-right: auto;
  }
  
  .ls-carousel .carousel-arrows .arrow.next {
    margin-left: auto;
  }
  
  .ls-carousel .carousel-arrows .arrow.disabled {
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
  }
  .ls-carousel .carousel-arrows .arrow.disabled:hover {
    cursor: not-allowed;
  }
  
  
/*testimonial section*/

@media (min-width: 1025px) {
    .ls-login.ls-login--v1 .ls-login__aside {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .customRadioOuter .form-group {
        max-width: 638px;
    }
}

@media (max-width: 1024px) {
    .ls-login.ls-login--v1 .ls-login__aside {
        width: 100%;
        height: auto;
        padding: 2rem 1.5rem;
        margin-bottom: 2rem;
    }   

    .ls-login.ls-login--v1 .ls-login__aside .ls-login__logo {
        margin-bottom: 2.5rem;
    }

    .ls-login.ls-login--v1 .ls-login__aside .ls-login__info {
        margin-top: 2rem;
    }

    .ls-login.ls-login--v1 .ls-login__aside .ls-login__subtitle {
        margin: 2rem 0;
    }

    .ls-login.ls-login--v1 .ls-login__wrapper {
        padding: 3rem 1.5rem;
    }

    .ls-login.ls-login--v1 .ls-login__wrapper .ls-login__head {
        padding-left: 2rem;
        right: 2rem;
    }

    .ls-login.ls-login--v1 .ls-login__wrapper .ls-login__body {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        gap: 30px;
   

    }

    .ls-login.ls-login--v1 .ls-login__wrapper .ls-login__body .ls-login__form .ls-login__options>a:not(:first-child):not(:last-child) {
        margin: 0 0.8rem;
    }
  
   
}
@media (min-width: 1280px) {
.ls-login.ls-login--v1 .ls-login__wrapper .ls-login__body {
    min-height: calc(100vh - 80px);

}
}
/*clients*/
/*.logo-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 4rem;
}

.logo-container .logo {
    flex-basis: calc(33.333%  - 30px);
    margin: 15px;
    position: relative;
}*/
/*new css nov29 */
.logo-container {
    width: 100%;
    max-width: 570px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 4rem auto 0;
    padding: 0 15px;
  }
  .logo {
    width: calc(33.333% - 30px);
    margin:0px;
/*    margin: 15px;*/
    position: relative;
  }
  @media screen and (max-width: 768px) {
    .ls-login__title br{
        display: none;
    }
/*    .logo-container .logo {
        flex-basis: calc(50% - 30px);
        margin-bottom: 20px;
    }*/
    
  }
  /*new css nov29 */
.logo-container .logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    height: auto;
}

.logo-container .logo:before {
    content: "";
    display: block;
    padding-bottom: calc(100% / (16 / 9));
    /* Change 16 / 9 to your desired aspect ratio */
}

@media (max-width: 768px) {
    .logo-container .logo {
        flex-basis: calc(50% - 30px);
        margin-bottom: 20px;
    }
}

/*clients*/

.ls-login-child {
    flex: 1;
}

.ls-login__body .login_left {
    min-width: 0;
    flex-shrink: 0;
}


.ls-login__body .login_left img {
    object-fit: cover;
}

.signup_title {
    margin-top: 3rem;
    color: #0D0D0D;
}

.btn-primary.ls-blue_btn {
    color: #fff;
    background-color: #FF4B92;
    border-color: #FF4B92;
}

.btn-primary.ls-blue_btn:hover,
.btn-primary.ls-blue_btn:active {
    color: #fff;
    background-color: #e12b73;
    border-color: #e12b73;
}

.btn-primary.ls-blue_btn:not(:disabled):not(.disabled):active,
.btn-primary.ls-blue_btn:not(:disabled):not(.disabled).active,
.show>.btn-primary.ls-blue_btn.dropdown-toggle {
    background-color: #e12b73;
    border-color: #e12b73;
}

.ls-login__extra {
    margin-top: 2rem;
    color: #585a62;
}

.ls-login__extra .ls-checkbox {
    font-size: 1rem;
}

/* signup image CSS*/
.ls-login__body .login_left {
    position: relative;
    width: 100%;
    overflow: hidden;
}

@media (min-width: 1024px) {
    .login_left img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(7.12deg);
        max-width: 100%;
        max-height: 100%;
        animation: parachute 5s ease-in-out infinite alternate;
    }
}

.d-none {
    display: none !important;
}

.subText {
    font-size: 1.1rem;
    line-height: 2rem;
}

.btn.ls-login__btn-primary {
    font-size: 1.2rem;
}

/*step 2*/
.step-2-aside {
    width: 50%;
    height: 100%;
    background-color: #FF4B92;
    position: relative;

}

.step-2-aside::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: white;
}

.aside-image-mid {
    width: 100%;
    max-width: 460px;
    /* Adjust image size as needed */
    height: auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;

}

.ls-login.ls-login--v1 .ls-login__aside.step-2-aside {
    width: 580px;
}

@media (max-width: 767px) {

    .step-2-aside,
    .step-2-aside::before,
    .aside-image-mid,
    .ls-login.ls-login--v1 .ls-login__aside.step-2-aside {
        width: 100%;
        left: 0;
        right: 0;
    }

    .ls-login.ls-login--v1 .ls-login__aside.step-2-aside {
        width: 100%;
        /* Adjust max-width as needed for smaller screens */
        margin: 0 auto;
        /* Center the element horizontally */
    }
    .subText br {
        display: none;
    }
}

/*step 2*/

/* CSS for the animation */
@keyframes parachute {
    from {
        transform: translate(-50%, -50%) rotate(7.12deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(-7.12deg);
    }
}

@media (min-width: 1025px) {
    .ls-login.ls-login--v1 .ls-login__wrapper {
        padding: 3rem;
        /* padding: 3rem 6rem 3rem 4rem;   */
    }
}


@media (max-width: 1024px) {
    .ls-login__body .login_right {
        order: 1;
    }

    .ls-login__body .login_left {
        order: 2;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .ls-login__body .login_left img {
        position: relative;
    }
}

@media (max-width: 768px) {

    .ls-login.ls-login--v1 .ls-login__wrapper .ls-login__body .ls-login__form .ls-form {
        margin: 2rem auto;
    }

}

@media (min-width: 768px) and (max-width: 1024px) {

    h3,
    .h3 {
        font-size: 1.875rem;
    }

    .ls-login.ls-login--v1 .ls-login__aside .ls-login__title {
        font-size: 1.875rem;
    }


}

@media (max-width:1024px){
    .ls-fixed-button{
        bottom: -100px;
        right: 0;
        width: 100%;
    }
    .ls-fixed-button .btn.btn-fixed:not(.left-to-right .btn.btn-fixed){
        width: 100%;
    }
    .ls-login.ls-login--v1 .ls-login__wrapper .ls-login__body .ls-login__form {
        width: 100%;
        max-width: 100%;
    }
    .ls-grid__item.ls-logo-item{
        margin-bottom: 1.5rem;
    }
    .ls-content {
        margin-bottom: 1.5rem;
    }
    .ls-grid__item.ls-footer-item{
        display: flex;
        align-items: center;
        justify-content: center;
        padding-bottom: 2rem;
    }
    
}

.ls-grid__item.ls-logo-item{
    display: flex;
    height: 45px;
    padding: 1.127px 0px 1.15px 0px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}
.ls-form .form-text{
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    color: #72808E  !important;
    margin-bottom: 10px;
}