.login-btn {
    background-color: #914340 !important;
    border-color: #8a3434 !important;
  }
.login-btn:hover {
    background-color: #842424 !important;
    border-color: #914340 !important;
} 

.card-primary.card-outline {
    border-top: 3px solid #8a3434 !important;
}

.form-control:focus {
    border-color: #914340 !important;
}

.login-card-body .input-group .form-control:focus~.input-group-append .input-group-text {
    border-color: #914340 !important;
}

#logo-img{
    height: 50px;
    border: 0; 
    float: left; 
    margin-right: 10px
}

.card-header{
    border-top: 3px solid #914340;
}

.nav-pills .nav-link.active{
    background-color: #842424 !important;
    color:white !important;
}

.nav-link{
    color: #a66763!important;
}

.branch-list-header-row{
    margin-top: 5px !important;
}

.assign-product, .assign-branch{
    max-height: 200px;
    overflow-x: scroll;
    margin-bottom: 2rem;
}