.brand {
    width: 180px;
    min-height: 58px;
    padding: 10px 12px;
    margin: 0 0 32px;
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .16);
}

.brand img {
    display: block;
    width: 100%;
    height: auto;
}

.login-brand {
    display: grid;
    justify-items: start;
    gap: 7px;
}

.login-brand img {
    display: block;
    width: min(220px, 72vw);
    height: auto;
}

.login-brand small {
    padding-left: 3px;
}

.welcome-mark {
    width: min(290px, 31%);
    padding-right: 10px;
    opacity: .94;
}

.welcome-mark img {
    display: block;
    width: 100%;
    height: auto;
    padding: 10px 14px;
    border-radius: 14px;
    background: rgba(255, 255, 255, .94);
}

.portal-brand {
    display: grid;
    justify-items: start;
    gap: 4px;
}

.portal-brand img {
    display: block;
    width: 150px;
    height: auto;
}

.portal-brand small {
    padding-left: 2px;
}

.demo-guide-shortcut {
    display: flex;
    align-items: center;
    gap: 11px;
    margin: 16px 0 14px;
    padding: 12px 10px;
    border-top: 1px solid #2b455c;
    color: #dce7ef;
}

.demo-guide-shortcut > span {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: #58d6b1;
    color: #10263c;
    font-weight: 900;
}

.demo-guide-shortcut strong,
.demo-guide-shortcut small { display: block; }
.demo-guide-shortcut small { margin-top: 2px; color: #9fb2c1; font-size: 11px; }
.demo-guide-shortcut:hover,
.demo-guide-shortcut.active { color: #fff; }

@media (max-width: 950px) {
    .brand {
        width: 145px;
        min-height: 48px;
        padding: 8px 10px;
        margin-bottom: 10px;
    }
}

@media (max-width: 560px) {
    .login-brand img { width: 185px; }
    .portal-brand img { width: 125px; }
    .demo-guide-shortcut { margin: 10px 0 2px; padding: 10px 0; border-top: 0; }
    .demo-guide-shortcut > div { display: none; }
}
