/*
 * CSS base do Domain Branding.
 * Cada domínio pode substituir ou complementar estas regras.
 */

#login-form #logo,
.task-login #logo {
    max-width: 320px;
    max-height: 110px;
    width: auto;
    height: auto;
}

.domain-branding-welcome {
    margin: 0 0 1.25rem;
    padding: 0.9rem 1rem;
    text-align: center;
    border-radius: 0.5rem;
    background: rgba(0, 0, 0, 0.035);
}

.domain-branding-welcome-title {
    font-size: 1.05rem;
    font-weight: 600;
    line-height: 1.35;
}

.domain-branding-welcome-text {
    margin-top: 0.35rem;
    font-size: 0.9rem;
    line-height: 1.45;
    opacity: 0.78;
}

/* Personalização específica: Ardósias e Sebentas */
