﻿body {
    background-repeat: no-repeat !important;
    background-position: top left !important;
    background-color: #015488;
    background-image: url('../images/bg-login.png');
    background-size: cover;
}
.login-card {
    background-color: rgba(255, 255, 255, 0.7);
}
.login-logo img {
    margin-bottom: 10px;
    height: 86px;
    width: auto !important;
}