
nav {
    background-color: #a2d8ff !important;
}

.loginPage .logo {
    background: url(/App_Themes/stirling/logo.svg) no-repeat;
    background-size: 150px;
    height: 122px;
    width: 150px;
    display: inline-block;
    margin-left: 30px;
    margin-bottom: 10px;
}
.loginPage .logo2 {
    background: url(/App_Themes/Default/Images/eswitch-logo.png) no-repeat;
    background-size: 125px;
    width: 125px;
    margin: auto;
    height: 65px;
    display: inline-block;
    margin-bottom: 10px;
    margin-left: 20px;
}


@media screen and (max-width: 430px) {
    .logo {
        margin: auto;
        display: block;
        margin-bottom: 15px;
    }
    .logo2 {
        display: block;
    }
}

    body {
        font-family: 'Helvetica Neue';
        font-weight: 500;
        font-style: normal;
        color: #555555;
    }

    .btn-primary, .btn-info {
        color: #fff;
        background-color: #0099d8;
        border-color: #0099d8;
        font-family: 'Helvetica Neue';
        font-weight: bold;
        font-style: normal;
    }

        .btn-primary:hover, .btn-info:hover {
            background-color: #002a42 !important;
            color: white !important;
        }


    .btn-secondary {
        color: #fff;
        background-color: #3a3a3a;
        border-color: #3a3a3a;
        font-family: 'Helvetica Neue';
        font-weight: bold;
        font-style: normal;
    }
        .btn-secondary:hover {
            background-color: white !important;
            color: #3a3a3a !important;
        }

.bg-primary {
    background-color: #0099d8 !important;
}

.bg-secondary {
    background-color: #3a3a3a !important;
}

    @font-face {
        font-family: 'Helvetica Neue';
        src: url('/fonts/HelveticaNeue-Bold.woff2') format('woff2'), url('/fonts/HelveticaNeue-Bold.woff') format('woff');
        font-weight: bold;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: 'Helvetica Neue';
        src: url('/fonts/HelveticaNeue-Light.woff2') format('woff2'), url('/fonts/HelveticaNeue-Light.woff') format('woff');
        font-weight: 300;
        font-style: normal;
        font-display: swap;
    }



.navbar {
    border-bottom: solid 2px #0d9bd5 !important;
}

footer {
    border-top: solid 1px #0d9bd5 !important;
}

.navbar-brand {
    background: url(/app_themes/stirling/navbar.png) no-repeat 0 0px !important;
    width: 187px;
}

.navbar {
    background-color: #ececec !important;
}

a.nav-link {
    color: #002a42 !important;
}
h1, h2, h3, h4, h5
{
    font-weight: normal !important;
    color: #002a42 !important;
}
h1 {
    font-size: 30px !important;
}

.btn {
    border-top-left-radius: 0px !important;
    font-weight: 600 !important;
}
ul.dropdown-menu li.nav-item.active a {
    background-color: #0d9bd5 !important;
    color: white !important;
}