@import url('https://fonts.googleapis.com/css?family=Nunito:400,600&display=swap');
:root{
    --primary-color: #F57E20;
}

body {    
    background-color: gainsboro;
}
.btn-orange {
    background-color: #F57E20;
    width:100%;
    color:black;
}

.btn-orange:hover {
    background-color: #F57E20;
    color:black;
}
.text-black {
    color: #000;
    font-size: 0.9em;
}
.forgot-password:hover {
    color: var(--primary-color);
}
.text-orange {
    color: var(--primary-color);
}
.text-white #nav-link {
    color:white !important;
}
.bg-light {
    background-color: #fff!important;
}
#logo-image {
    height: 50px;
    width: 100px;
}
.highlight-link {
    color: gray!important;
    font-weight: 600;
}