﻿html,
body{
    overflow-y: auto;
}

nav {
    box-shadow: 0 2px 2px rgb(0 0 0 / 5%), 0 1px 0 rgb(0 0 0 / 5%);
}

.bg {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.bg-image {
    background-image: url("/img/bgLogin.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.backdrop {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: .2;
    top: 0;
    left: 0;
}

.card {
    max-width: 400px;
}

.card.card-lg {
    max-width: 100%;
    max-height: 90vh;
    overflow-y: auto;
}

.z-index-10{
    z-index: 10;
}

h2{
    position: relative;
    color: #000;
    text-align: center;
    font-size: 20px;
    padding-bottom:  15px;
}

.login-panel {
    height: 100%!important
}

@media (max-height: 540px){
    .login-panel {
        height: unset !important;
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
}