/* RMS Corporation-inspired Finance identity. Keep the image proportions. */
.sidebar .brand {
    padding: 0;
    justify-content: center;
}

.brand-logo {
    display: block;
    width: 199px;
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

.login-story .brand-logo {
    width: 260px;
}

.login-mobile-brand {
    display: none;
    width: 220px;
    max-width: 100%;
    height: auto;
    margin-bottom: 28px;
}

@media (max-width: 760px) {
    .login-mobile-brand {
        display: block;
    }
}
