.separator{
    background-image: linear-gradient(90deg, #3fa9f5 0%, #4B79A1 100%);
}

.separator-forgot{
    background-image: linear-gradient(90deg, #3fa9f5 0%, #4B79A1 100%);
}

.btn{
    background:#3fa9f5;
}

.btn:hover{
    background: white;
    color:#3fa9f5;
}

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

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

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

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

#footer a{
    color: #acacac;
}

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