﻿html[data-bs-theme="dark"] .card-body {
    background: #303664;
}
html[data-bs-theme="light"] .card-body {
    background: #f6fcff;
}
html[data-bs-theme="dark"] input.bg-light {
    background: #1e1e2e!important;
}

.bg-login {
    background-color: rgb(52, 110, 224);
    background-image: url(/private/images/bglogin.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
}