﻿html {
    min-height: 100%;
    height: 100%;
}

body {
    min-height: 100%;
    height: 100%;
    position: relative;
    background-color: #f3f3f3;
}

.container-login {
    --bs-gutter-x: calc(1rem * 2);
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
    max-width: 30rem;
}

.page {
    display: flex;
    flex-direction: column;
    position: relative;
    min-height: 100%;
}

.page-center {
    justify-content: center;
}