﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

body {
    background-repeat: repeat;
    background-size: cover;
}
.login-box
{
    width: 90%;
    margin: 10% auto;
}
.login-body {
    background-color: white;
    margin: 0 auto;
    padding: 1em;
    border-radius:.5em;
}
.nav-header {
    padding: 10px;
    min-height: 40px;
}