.separator{
    background-image: linear-gradient(90deg, #f45c43 0%, #eb3349  100%);
}

.separator-forgot{
    background-image: linear-gradient(90deg, #f45c43 0%, #eb3349  100%);
}

.btn{
    background:#f45c43;
}

.btn:hover{
    background: white;
    color:#f45c43;
}

.separator-forgot .btn{
    border-color: white;
    background: white;
    color: #f45c43;
}

.separator-forgot .btn:hover{
    border-color:#f45c43;
    background: #f45c43;
    color: white;
}

.categories-list a{
    color: #666;
}

.categories-list a:hover{
    text-decoration: none;
    color: #f45c43;
}

#footer a{
    color: #acacac;
}

#footer a:hover{
    color: #f45c43;
    text-decoration: none;
}
