.auth-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 400;
}

.auth-brand > img {
    width: 34px;
    height: 34px;
    filter: drop-shadow(0 6px 9px rgba(37, 99, 235, .2));
}

.auth-brand .brand-wordmark {
    display: inline-flex;
    align-items: baseline;
    font-family: Manrope, sans-serif;
    font-size: 18px;
    line-height: 1;
    letter-spacing: -1px;
}

.auth-brand .brand-merchant { color: #10233e; font-weight: 700; }
.auth-brand .brand-secure {
    margin-left: -.5px;
    background: linear-gradient(110deg, #6257f6, #00bde8);
    background-clip: text;
    color: transparent;
    font-weight: 800;
}
