﻿@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

body {
    font-family: 'Roboto', sans-serif;
}

    body.login {
        background-color: #10579b;
        color: #FFFFFF;
    }

.btn-primary {
    background-color: #10579b !important;
}

    .btn-primary:hover,
    .btn-primary:focus {
        background-color: #4f83cc !important;
        color: #000000 !important;
    }
