
#custexp-login-box {
    height: 75vh;
}

#messages {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 20px 0;
    text-align: center;    
    font-weight: bold;
    z-index: 9999;
    cursor: no-drop;
}

#custexp-banner {
    background-image: url(/assets/css/images/banner-logo.png);
    background-repeat: no-repeat;
    background-position: left;
    height: 70px;
    background-color: #234795;
}
#nav-master, #nav-master * {
    transition: all linear 0.6s;
}
.navbar-comp-scroll {
    background-color: #333333;
    margin-top: 0px;
}

.navbar-comp-top{
    background-color: #e0e0e0;
    margin-top: 70px;
}

.ce-nav-link {
    transition: all linear 0.1s;
}

.navbar-comp-top .ce-nav-link, .navbar-comp-top .ce-nav-link:visited, .navbar-comp-top .ce-nav-link:active {
    color: #022268;
}

.navbar-comp-top .ce-nav-link:hover {
    color: #b41235;
}

.navbar-comp-scroll .ce-nav-link, .navbar-comp-scroll .ce-nav-link:visited, .navbar-comp-scroll .ce-nav-link:active {
    color: #fafafa;
}

.navbar-comp-scroll .ce-nav-link:hover {
    color: #500011;
}

.navbar-comp-top .navbar-brand {
    color: #234795;
    font-weight: bold;
    font-style: italic;
}
.navbar-comp-scroll .navbar-brand {
    color: #e5eb9a;
    font-weight: bold;
    font-style: italic;
}



/* 
@media screen and (max-width: 1024px){
    #nav-master {
        margin-top: 0px;
    }
} 
*/