/* Login Page - Lottie & Responsive Layout */
.content-right {
    padding: 0 !important;
    display: flex;
    align-items: stretch;
    background: #f8f9fc;
}
.content-right lottie-player {
    width: 100%;
    height: 100%;
}
@media (max-width: 991.98px) {
    .auth-content > .col-lg-7,
    .auth-content > .col-lg-5 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .content-right lottie-player {
        min-height: auto;
    }
}
@media (max-width: 767.98px) {
    .content-right {
        display: none;
    }
    .auth-content > .col-lg-7 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
