.text-danger.forgot_password_link:hover {
    color: #FF9900 !important;
    text-decoration:none !important;
}

.text-info.register_link:hover {
    color: #FF9900  !important;
    text-decoration:none !important;
}

.text-danger.forgot_password_link h4:hover {
    color: #FF9900 !important;
    text-decoration:none !important;
}

.text-info.register_link h4:hover {
    color: #FF9900  !important;
    text-decoration:none !important;
}

.login-page  .btn.btn-success.pull-right {
	background-color: #FF9900 !important;
	border-color: #FF9900 !important;
}

.bblue {
    background: #999 !important;
}