.ls-login.ls-login--v1 .ls-login__aside {
    width: 445px;
    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;
    font-size: 1.6rem;
    font-weight: 500;
}

.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: 3rem 3rem;
    background: #fff;
}

.ls-login.ls-login--v1 .ls-login__wrapper .ls-login__head {
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
}

.ls-login.ls-login--v1 .ls-login__wrapper .ls-login__head .ls-login__signup-label {
    color: #a7abc3;
}

.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: space-between;
    gap: 30px;
    margin-top: 5rem;

}

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

.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 {
    font-size: 2rem;
    color: #67666e;
}

.ls-login.ls-login--v1 .ls-login__wrapper .ls-login__body .ls-login__form .ls-form {
    margin: 3.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;
}

.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: 3rem 0;
}

.ls-login.ls-login--v1 .ls-login__wrapper .ls-login__body .ls-login__form .ls-login__actions .ls-login__link-forgot {
    color: #337AB7;
    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: #235A8A;
}

.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 #235A8A;
    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;
}

.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;
}
.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;
}



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

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

    .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;
        margin-top: 5rem;

    }

    .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;
    }
}

/*custom*/
.logo-container {
    display: flex;
    flex-wrap: wrap;
 
    gap: 30px;
    margin-top: 3rem;
    justify-content: space-around;
}

.logo-container img {
    width: calc(25% - 20px);
    margin: 0 10px;
}

 .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: #333333;
}

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

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

.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: #663EC1;
    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 */
    }
  }

  /*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 6rem 3rem 3rem;
    }
}


@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;
    }

    .logo-container img {
        width: calc(28% - 20px);
        margin: 10px;
    }
}

@media (max-width: 400px) {
    .logo-container img {
        width: calc(25% - 20px);
        margin: 10px;
    }
}

@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;
    }

    .logo-container img {
        width: calc(30% - 20px);
        margin: 10px;
    }
}