.brand-proloco {
    width: auto;
    max-width: 100%;
    object-fit: contain;
}

.brand-proloco--nav {
    height: 52px;
    max-width: 230px;
}

.brand-proloco--login {
    height: 86px;
    max-width: 340px;
}

[data-bs-theme="dark"] .brand-proloco {
    filter: drop-shadow(0 1px 1px rgba(255, 255, 255, .12));
}
