.jumbotron{
    background: url(../images/iv_new/login_bg_l2p.jpg);
    background-size: cover;
}
#login.navbar {
    border-bottom-color: #026937;
}
.label{
    color:#3b5367;
}
.form-signin-heading{
    color:#3b5367;
}
.form-signin-desc{
     color: #026937;
}
.btn-primary{
    background-color: #026937;
    border-color: #026937;
    color: white;
}
.btn-primary:hover {
    background-color: #8bda8c;
    border-color: #026937;
}
.btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background-color: #026937;
    border-color: #026937;
}
.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    background-color: #cccccc;
    border-color: #aaa;
}
.sidebar-nav li a {
    color: #026937;
}
.product_navbar{
    background-color: #026937;
}
.top-username {
    color: #026937;
}
.required{border-width: 2px; border-color: #026937;}
.fa{color: #026937;}
.mguserselect{
    text-decoration: underline;
    color: #f5a01a;
}
.loader{
    color: #026937;
}
.has-success .required {
    border-color: #026937;
}
.table-hover>tbody>tr:hover {
    background-color: rgba(223, 240, 216, 0.25);
}
.calendar_today{
    background-color: #e4f7e5;
}
.benefit_title{
    color: #026937;
}
.eligtable th{
    background-color: #026937;
    color:#fff;
    font-size: 12px;
}
.quicklist li a {
    color: #026937;
    font-weight: bold;
}
.news_title{
    color: #026937;
    font-weight: bold;
}
table.dataTable thead .sorting:after, 
table.dataTable thead .sorting_asc:after, 
table.dataTable thead .sorting_desc:after, 
table.dataTable thead .sorting_asc_disabled:after, 
table.dataTable thead .sorting_desc_disabled:after {
    color: #026937;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    background-color: #014926;
}