﻿.navbar {
    background: #325d88 !important;
    color: white !important;
    margin-bottom: 0px !important;
}

.btn-color {
    background: #325d88;
    color: white !important;
}


#menuControl {
    background: #325d88;
}
.navMenuItem {
    color: black !important;
}

.dropdown-item.active{
    color:black !important;
}




.dropdown-item:hover{
    color: black !important;
}

.dropdown-item:focus {
    color: black !important;
}

.form-label{
    width:100%;
}

.form-input{
    padding:5px;
    height:35px;
}


.mt-1{
    margin-top:10px;
}

.full-width{
    width:100%;
}