.auth-fluid-right--login {
    flex: 1;
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    background-color: #ffffff; /* o el color que coincida con tu sistema */
}

.auth-fluid-right--login .bg-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
    object-fit: contain;
    z-index: 1;
}

.auth-fluid-right--login > *:not(.bg-image) {
    position: relative;
    z-index: 2;
}
