/* Color Theme: "Default" */

footer .footer{
    background-color: white; 
    border: 1px solid #f5f5f5; 
    font-weight: 500; 
    color: #F57E1B;
    position: relative;
    bottom: 0;
    width: 100%;
}
input.btn-login[type="submit"]  {
    background-color: var(--yellow-color);
    color: white;
}