
.btn-primary {
    color: #FFFFFF !important;
    background-color: #702082 !important;
    border-color: #79646f !important;
}
  .btn-primary:hover, .btn-default:hover {
        color: #FFFFFF !important;
        background:#655585 !important;
        border-color:#512D6D !important;
    }

a {
    color:#0c0b0b !important;
}

a:hover, a:focus {
    color: #960430 !important;
    text-decoration: underline;
}

.text-primary {
    color: #706660 !important;
}

.btn-link {
    color: #706660 !important;
}

.btn-primary[disabled] {
    background-color: #655585;
    border-color: #e00b4b;
}

.apply-navigation-button div {
    white-space: normal;
}
 
 
body {
    background-color: #fff !important;
}

.navbar-default {
    background: #ffffff !important;	
    height:80px !important;
  
}

.navbar-collapse{
		background: #ffffff !important;
} 