.container-fluid {
    background-color: white;
}

/* Left section */
.image-caption-container {
    position: relative;
    background: transparent linear-gradient(1deg, #3e0fa3 0%, #2c1e4a 100%) 0% 0% no-repeat padding-box;
    color: white;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.overlay {
    position: absolute;
    inset: 0;
   /* background: linear-gradient(
        to top,
        rgba(44, 30, 74, 0.9),
        rgba(44, 30, 74, 0.7),
        rgba(44, 30, 74, 0.9)
    );*/
    z-index: 1;
}

.content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 2rem;
}

.logo-img {
    max-width: 300px;
    height: auto;
    margin-bottom: 2rem;
    margin-top: 6rem;
}

.heading-1 {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    margin-top: 20rem;
}

.heading-4 {
    font-size: 1.2rem;
    font-weight: 400;
    margin-top: 1rem;
}


.cpr-brand-logo__logo-img{
    top: 4rem;
    z-index: 99;
    background-image: url("~images/logo/leptonx/logo-dark.jpeg");
}


.cpr-brand-logo {
    height: auto;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


.login-button {
    display: flex;
    margin: auto;
    text-align: center;
    padding: 1rem;
}

@media screen and (min-width: 76.8rem) {
    .login-body {
        &__content {
            margin: 5rem auto;

            &-card {
                &__logo {
                    img {
                        width: 10rem;
                        max-height: 10rem;
                    }
                }
            }
        }
    }
}

@media screen and (min-width: 1024px) {
    .q-carousel {
        height: 88vh;
    }

    .login-body {
        &__content {
            margin: 20rem auto;

            &-card {
                &__logo {
                    img {
                        width: 10rem;
                        max-height: 10rem;
                    }
                }
            }
        }
    }
}

@media screen and (max-width: $breakpoint-md-max) {
    .diagnoses-section {
        margin-top: 1.6rem;

        .heading-row {
            height: 7rem;
        }

        .contact-names {
            --column-width-min: 9rem !important;
        }
    }
}

.abp-account-layout {
    background-color: var(--bs-gray-100);

    .lpx-login-logo {
        background-image: url("@(logoUrl)");
        background-size: contain;
        background-repeat: no-repeat;
        width: 4rem;
        height: 4rem;
    }

    .carousel {
        height: 100vh;
        width: 50vw;
        background-size: cover;
        background-repeat: no-repeat;

        img {
            height: 100vh;
        }
    }
}