.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;
    font-family: OpenSansRegular, sans-serif;
}

.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 {
  height: 100px;
  max-width: 100%;
  object-fit: contain;
}

.carousel-caption {
    position: absolute;
    padding: 1rem;
    color: white !important;
    bottom: 100px;
    left: 3rem;
    text-align: left;
}

.carousel-caption h5 {
    color: white !important;
    margin-bottom: 56px;
    font-size: 30px !important;
    font-weight: 600;
    letter-spacing: 1.5px;
    overflow-wrap: break-word;
}

.carousel-caption p {
    color: white !important;
    font-size: 24px !important;
    font-weight: 600;
    letter-spacing: .5px;
}

.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 {
        margin-left: -1.2rem;
        margin-right: -1.2rem;
        margin-bottom: 3.2rem;
        height: 100px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: 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: 100px;
                        max-height: 100px;
                    }
                }
            }
        }
    }
}

@media screen and (min-width: 1024px) {
    .q-carousel {
        height: 88vh;
    }

    .login-body {
        &__content {
            margin: 20rem auto;

            &-card {
                &__logo {
                    img {
                        width: 100px;
                        max-height: 100px;
                    }
                }
            }
        }
    }
}

@media screen and (max-width: 1024px) {
    .diagnoses-section {
        margin-top: 1.6rem;
    }
    .diagnoses-section .heading-row {
        height: 7rem;
    }
    .diagnoses-section .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;
        }
    }
}