.container-fluid {
    background-color: white;
}

.login-image-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 50vw;
    height: 100vw;
}

.carousel-container {
    position: fixed;
    width: 50vw;
    height: 100vh;
    top: 0;
    left: 0;
}

.carousel-item::before {
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(58, 68, 85, 0.42);
}

.carousel,
.carousel-inner,
.carousel-item {
    height: 100vh;
}

.carousel-image {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: 50%;
}

.carousel-item img {
    height: 100vh;
}

.carousel-container__logo-img {
    position: absolute;
    height: 4.6rem;
    width: 4.6rem;
    top: 4rem;
    z-index: 99;
    background-image: url("~images/logo/leptonx/logo-dark.jpeg");
}

.carousel-caption {
    position: absolute;
    padding: 1rem;
    color: white !important;
    bottom: 10rem;
    left: 3rem;
    text-align: left;
}

.carousel-caption h5 {
    color: white !important;
    margin-bottom: 5.4rem;
    font-size: 3rem;
    font-weight: 600;
    letter-spacing: -0.15rem;
    overflow-wrap: break-word;
}

.carousel-caption p {
    font-size: 1.5rem;
    font-weight: 600;
}

.background-gradiant {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    height: 100vh;
    background-color: rgba(58, 68, 85, 0.42);
}

.cpr-brand-logo {
    height: 100px;
    width: 100px;
    background-size: contain;
}


.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;
        }
    }
}