.navbar-expand-lg{
    background-color: #002946 !important;
    color: #f0f0f0 !important;
}

body{
    background-color: #f0f0f0 !important;
}

.navbar-expand-lg li a{
    color: #f0f0f0 !important;
}

.navbar-expand-lg li a svg{
    color: #f5951d !important;
}

span.input-group-text{
    background-color: #f5951d !important;
}

form.my-2 .input-group .input-group-prepend:last-child span.input-group-text{
    background-color: #00046f !important;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}


.input-group-text:last-child{
    border: 1px solid #090091 !important;
}

.navbar-brand img{
    border-bottom-left-radius: 33px !important;
    border-top-right-radius: 19px !important;
    width: auto !important;
    height: 50px !important;
}

#modal-cadastrar-usuario > .form-control{
    height: 25px !important;
}