/* Keep the supplied transparent logo legible against the green panels. */
.brand.brand-with-logo {
    justify-content: center;
    padding: 0 0 20px;
}

.brand-logo {
    display: block;
    width: 100%;
    max-width: 200px;
    height: auto;
    background: #fff;
    border-radius: 14px;
}

.auth-brand-logo {
    display: block;
    width: 100%;
    max-width: 280px;
    height: auto;
    margin: 0 auto 24px;
    background: #fff;
    border-radius: 18px;
}

.brand-with-logo:focus-visible {
    outline: 3px solid #bef264;
    outline-offset: 4px;
    border-radius: 14px;
}
