        .sicova-login-title {
            font-weight: 600;
            color: #5f6369;
            line-height: 1.25;
        }

        .sicova-login-subtitle {
            display: block;
            font-size: .86rem;
            font-weight: 400;
            color: #8a8172;
            margin-top: .35rem;
        }

        .sicova-login-logo img {
            max-width: 170px;
            width: 72%;
            height: auto;
            filter: none !important;
        }

        .sicova-organismo {
            font-size: .78rem;
            color: #6b6f76;
            line-height: 1.35;
            margin-top: .5rem;
        }

        @media (max-width: 575.98px) {
            .sicova-login-logo img {
                width: 62%;
                max-width: 180px;
            }

            .sicova-login-title {
                font-size: 1.05rem;
            }

            .sicova-login-subtitle {
                font-size: .78rem;
            }
        }