.app-banner svg {
    display: none;
}

.app-banner {
    /* Adjust to fit your logo width */
    text-indent: 40px;
    background-image: url(../../leapmetrics-favicon-32x32.png);
    background-position-x: 12px;
    background-size: contain;
    background-repeat: no-repeat;
}

.login-header svg {
    display: none;
}

.form-signin .login-header {
    background-image: url(../../leapmetrics-logo.svg);
    background-repeat: no-repeat;
    background-size: 300px 60px;
    background-position: center top;
    width: 100%;
    height: 100px;
}

.app-name {
    position: relative;
    text-align: center;
    top: 90%;
}