.auth-fluid {
    background: url(../images/development.jpg) center !important;
}

.btn
{
	color: #fff;
    background-color: #01358d;
    border-color: #01358d;
    font-weight:900;
    font-size:15px;
}
.btn:hover
{
	color: #fff;
    background-color: #000000;
    border-color: #000000;
}
.nav-bordered a.active {
    border-bottom: 2px solid #01358d!important;
}
.text-muted {
    color: #333333 !important;
    font-weight: 700;
}

small.cstm-forget-btn {
    font-weight: bolder;
    font-size: 0.90rem;
    color: #fff;
}

small.cstm-forget-btn:hover {
    color: #e3e3e3;
}


.password-eye:before {
  font-family: feather !important;
  content: "\e86e";
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  vertical-align: middle;
  line-height: 1.2;
  font-size: 16px; }

.show-password .password-eye:before {
  content: "\e86a"; }