/* Login screen background image */
/* To customize the background image, please go to Default.aspx, 
    replace "default-background" with "custom-background",
    and branding-visible with branding-invisible,
    in addition to specifying your desired image in the url below */
.custom-background {
    background-image: url('./graphics/more-background.jpg');
}

/* logo image in header bar */
#logo-image {
    content: url('./graphics/maptitude-head-blue-vector-sm.svg');
}

/* title image in header bar */
#title-image {
    content: url('./graphics/more-vector-sm.svg');
}

/* title bar or menu background color */
.title-bar {
    background-color: #1A3E6B !important;
}