﻿.page-frame {
    display: flex;
    /*justify-content:center;
    align-items: center;*/
    flex-direction:column;
    height: 100%;
    /*flex-grow: 1;*/
}

.page-content {
    display: flex;
    justify-content: center;
    align-items: center;
    /*flex-direction: column;*/
    flex-grow: 1;
}

.main-menu-placeholder {
    height: var(--main-menu-computed-height);
}

.tbl-login-input {
    color: #28617C;
}

.tbl-login-input th {
    text-align:center;
}

    .tbl-login-input [type=submit] {
        color: white;
        background-color: #FAB303;
    }

.login-error {
    color: #28617C;
    text-align:center;
}
