/* Canonical login-header branding shared by tungstentech.io and sales.tungstentech.io. */
.shared-login-brand-ttc {
    color: #fff;
    font-family: 'Bitsumishi', 'Oswald', Arial, sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    opacity: 0.7;
}

.shared-login-brand-divider {
    margin: 0 0.5rem;
    color: #fff;
    font-size: 1.45rem;
    font-weight: 700;
    line-height: 1;
    opacity: 0.15;
}

.shared-login-brand-name {
    padding-top: 3px;
    color: #fff;
    font-family: 'Bitsumishi', 'Oswald', Arial, sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.08rem;
    line-height: 1;
    opacity: 0.72;
    text-transform: uppercase;
}

@media (max-width: 37.5rem) {
    .shared-login-brand-ttc { font-size: 1.35rem; }
    .shared-login-brand-name { font-size: 0.78rem; letter-spacing: 0.04rem; }
}
