.navbar-bg {
    background: #0f7bbc;
}
.nav>li>a {
    color :white !important;
}
.nav>li>a:hover {
    background-color: #2651ff !important;
}

.nav>li>a:focus {
    background-color: #2651ff !important;
}

.nav>.active>a{
    background-color: forestgreen !important;
}

.nav>.open>a{
    background-color: transparent !important;
}

.dropdown-menu>li>a:hover {
    background-color: #2651ff !important;
}

.signin-id{
    padding-top: 15px !important;
    padding-bottom: 15px;
    line-height: 20px;
    position: relative;
    display: block;
    padding: 10px 15px;
    color : white;
}

.signin-id{
   background-color: transparent !important;
   text-decoration : none;
}


.signin-id:focus {
    background-color: transparent !important;
   text-decoration : none;
}


.signin-id:hover {
    background-color: transparent !important;
    color : black;
    text-decoration : none !important;
    cursor : pointer;
}