.navbar-default{
	background-color: #094897 !important;
}
.navbar-default .navbar-nav>li>a{
	color: #FFF !important;
}
.navbar {
    min-height: 60px !important;
}
.card .simple.card-heading{
	color: #254380;
}
.btn-link {
	color: #333 !important;
}
.text-primary{
	color: #333 !important;
}
a{
	color: #333 !important;
}
a:hover, a:focus {
    color:#254380 !important;
	background:#ececec
}
.btn-primary {
    background: #254380;
	border-color: #254380;
	color:#FFF !important;
}
.btn-primary:hover, .btn-default:hover {
    color: #FFFFFF !important;
    background: #066158 !important;
	border-color: #066158 !important;
}
.btn-primary[disabled]{
	background-color:#B5C6EA;
	border-color: #B5C6EA;
}
form[name="SignInForm"]:before {
    content: '*Account is Case sensitive and needs to be entered exactly how it was previously created.';
    font-style: italic;
    color:#777;
}


