@media (min-width: 768px) {
    .display-large {
        width: 50% !important;
    }
}

@media (min-width: 576px) {
    .pf-v5-c-login {
        align-items: inherit;
    }
}

body {
    font-family: 'Nunito Sans', sans-serif !important;
    font-size: 1rem;
}

a {
    text-decoration: none !important;
}

.login-container {
    height: 100%;
}

.pf-v5-c-login {
    padding: 0;
}

.pf-v5-c-login__container {
    overflow-y: auto;
    max-width: 100%;
    display: flex;
}

.pf-v5-c-login__main {
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
}

.product-placement {
    display: flex;
    background: rgb(0, 193, 255);
    background: linear-gradient(90deg, rgba(0, 193, 255, 1) 50%, rgba(0, 144, 189, 1) 100%);
    width: 100%;
    height: 100%;
    justify-content: center;

    .center {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .controls {
        display: flex;
        margin-top: 4rem;
    }

    #carouselIndicators {
        width: 75%;
        margin-left: auto;
        margin-right: auto;
        position: relative;

        .carousel-inner {
            color: #fff;
            text-align: center;
            position: relative;;
            width: 100%;
            overflow: hidden;
        }
    }

    .carousel-control-prev,
    .carousel-control-next {
        position: static;
        opacity: 1;
        background-color: white;
        border-radius: 100%;
        height: 24px;
        width: 24px;

        .material-icons-outlined {
            font-size: 1rem;
            font-weight: bold;
            padding-top: 0.25rem;
        }

        &:hover,
        &:focus {
            opacity: 0.5;
        }
    }

    .carousel-control-prev {
        margin-right: 3.5rem;
        margin-left: auto;
    }

    .carousel-control-next {
        margin-left: 3.5rem;
        margin-right: auto;
    }

    .material-icons-outlined {
        width: 24px;
        height: 24px;
        color: var(--bs-secondary);
    }

    .carousel-control-prev .visually-hidden {
        margin-left: 0.15rem !important;
        position: static !important;
    }

    .carousel-control-next .visually-hidden {
        margin-left: -0.15rem !important;
        position: static !important;
    }

    .carousel-indicators button {
        border-radius: 100%;
        width: 12px;
        height: 12px;
    }

    .carousel-item {
        transition: transform 0.3s ease-out;

        img {
            width: 100%;
            display: block;
            border-radius: 4px;
        }

        .item-text {
            width: 75%;
            margin: auto;
            display: flex;
            justify-content: center;
            flex-direction: column;
        }

        h4 {
            margin-top: 2rem;
        }

        p {
            margin-top: 1rem;
        }
    }
}
