
.bg-blue {
    background-color: #0054b7 !important;
}

.bg-lightskyblue {
    color: lightskyblue !important;
}

.logo-text {
    font-weight: bold !important;
    text-transform: uppercase;
}
header.card-container{
    background-color: #ffcc3f !important;
}

.pwstrengthProgress {
    display: none !important;
}

label.card-header-style {
    color: black !important;
}

.sidebar-dark-green .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-green .nav-sidebar > .nav-item > .nav-link.active {
    background-color: #0054b7;
    color: #fff;
}

.white-text{
    color: white;
}

input[type=submit]{
    background-color: #0054b7 !important;
    border-color: transparent;
    color: white!important;
}

input[type=submit]:hover {
    text-decoration: none;
    font-weight: 700;
    border: solid 1px #0b4073;
    background-color: rgba(247,247,247,.98)!important;
    color: #515151!important;
}