﻿/* wwwroot/css/login-strict.css */

/* Override for primary button */
.btn-primary-custom {
    background-color: #367fa9;
    border-color: #367fa9;
}

/* Background image for the body */
.login-page-bg {
    background-size: cover;
    background-image: url('/images/BgImgSmall825KB.svg');
}

/* Custom logo spacing and font */
.login-logo-custom {
    margin-bottom: 0px;
}

.login-title-custom {
    color: midnightblue;
    font-family: Candara;
}
