﻿body {
    background-image: url(../../../images/loginBackground.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #464646;
}
.btn-primary {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}
