﻿.loginBtn {
    background-color: #19df2c !important;
    color: #000000 !important;
}
.registerBtn {
    background-color: #fdd24e !important;
    color: #000000 !important;
}
.footer {
    background: rgb(107,0,6);
    background: linear-gradient(90deg, rgba(107,0,6,1) 10%, rgba(166,0,0,1) 50%, rgba(107,0,6,1) 90%);
}

