﻿* {
    font-size: 1rem;
}

/*.page-container {*/
/*    background: url(../image/Background.png) no-repeat center;*/
/*    background-size: cover;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    height: 100vh;*/
/*    width: 100vw;*/
/*}*/

.container {
    width: 100vw;
    height: 100vh;
}

.login-box {
    background-color: rgba(213, 215, 222, 0.9);
}

.login-box-bottom > p {
    font-size: 14px;
    font-weight: 600;
    color: dimgrey;
    text-align: end;
}

.login-box-bottom > p a {
    text-decoration: none;
}

.login-box-bottom > p a:hover {
    color: midnightblue;
}

.HeaderImage {
    width: 64px;
    height: 64px;
    border-radius: 4px;
}

.meterBox {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: flex-start;
    justify-content: flex-start;
    gap: 1rem;
    width: 100%
}

@media (max-width: 767px) {
    .min-hv-100 {
        height: auto !important;
    }
}

@media (min-width: 768px) {
    .min-hv-100 {
        min-height: 120vh !important;
    }
}