/*
    This Css allows customizations, to override the styles in eumn.css

    It is suggested that you add customizations to this file, and not touch eum.css
    during an upgrade, you should  use the latest version of eum.css, and your customized version of this file

*/

/* EUM Branding Colors */
html {
    background-image: none;
}

header {
    border-bottom: none;
    box-shadow:none;
    background-color:#fff;
}
main {
    background-color: transparent;
}
#siteIcon img {
    height: 40px;
}
    main {
        height: auto;
        font-size: 1rem;
    }
a {
    color: #0863d0;
}

.text-eum {
    color: #0863d0;
}

.login-icons i {
    color: #0863d0;
}

.btn-eum,
.btn-primary,
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #0863d0;
}

.btn-eum:hover,
.btn-primary:hover {
    background-color: #a32976;
    border-color: #a32976;
}


.login-icons .btn-provider:hover {
    background-color: #0863d0;
}

.bottom-links #Back a, footer a {
    color: #fff;
}

footer {
    text-shadow: none;
}

nav, .card-panel, .card, .toast, .btn, .btn-large, .btn-floating, .dropdown-content, .collapsible, .side-nav {
    box-shadow: none;
}

.btn, .btn-large, .btn-flat {
    text-transform: none!important;
}

.nav-block {
    background-color: #f2f5fa!important;
    border-bottom: 1px solid #e2e2e2!important;
    box-shadow: none;
}