/*
.overrides_custom css

Place styles for simple UI customization in this file.

This file is loaded after all other CSS, so selectors here will win in case of conflict with default rules.
*/

#logo {
    height: 28px;
    width: 210px;
    margin: 6px 4px 0 8px;
}

@media only screen and (max-width: 1100px) {
    #logo {
        height: 22px;
        width: 165px;
        margin-top: 9px;
    }
}

#loginForm .devices {
    height: 78px;
    margin: 0 auto 16px;
    background-image: url(images/logo_welcome.svg);
    background-position: center center;
    background-size: 280px;
}

.jr-mLogin-form-logo.jr {
    background-image: url(jasper-ui/images/logo_tibco.svg);
    background-size: contain;
    height: 4.2em;
    width: 280px;
}
