﻿html {
    /*font-size: 12px;*/
}

.login-page {
    width: 100%;
    height: 80vh;
    display: inline-block;
    display: flex;
    align-items: center;
}

.rounded-Big {
    border-radius: 0.5rem !important;
}

.rounded-right-Big {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
}

.HideMe {
    visibility: hidden;
}

.HideMeDisplay {
    display: none;
}

.SuperHideMe {
    visibility: hidden;
    display: none;
}

.btn-xs, .btn-group-xs > .btn {
    padding: 0.125rem 0.125rem;
    font-size: 0.7rem;
    border-radius: 0.1rem;
}

.navbar-brand-NoPadd{
    padding: 0 !important;
}