﻿.btn-login {
    color: white !important;
    background-color: #4192E4 !important;
}

    .btn-login:hover {
        background-color: #5aa3eb !important;
        color: white !important;
    }
