.brand-mark {
    width: 52px;
    height: 52px;
    flex: none;
    display: block;
    object-fit: contain;
    padding: 0;
    border-radius: 10px;
    background: transparent;
    box-shadow: none;
}

.sidebar .brand-mark {
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.brand-logo {
    width: 62px;
    height: 62px;
    flex: none;
    display: block;
    object-fit: contain;
    border-radius: 10px;
    background: transparent;
    box-shadow: none;
}

.login-stage .terminal-visual {
    padding: 0;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.login-stage .terminal-visual img {
    border-radius: 0;
    background: transparent;
}

@media (max-width: 560px) {
    .brand-logo {
        width: 52px;
        height: 52px;
    }
}
