/* ============================================================
   LOGIN.CSS — complementos das telas de acesso
   (a base .login-* está no site.css)
   ============================================================ */

.aviso-caps {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12.5px;
    color: var(--wcr-barro);
    margin-top: 8px;
}
.aviso-caps svg { width: 13px; height: 13px; flex-shrink: 0; }

.login-ajuda {
    text-align: center;
    font-size: 12.5px;
    color: var(--wcr-tinta-2);
    margin-top: 16px;
    line-height: 1.6;
}
.login-ajuda a { color: var(--wcr-verde); font-weight: 600; text-decoration: none; }
.login-ajuda a:hover { text-decoration: underline; }

.divisor-ou {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 18px 0 4px;
    color: var(--wcr-tinta-2);
    font-size: 12px;
}
.divisor-ou::before, .divisor-ou::after {
    content: '';
    flex: 1;
    height: 1px;
    background: var(--wcr-linha);
}
