body {
    font-family: Inter;
    /* margin: 0 auto; */
    /* display: grid; */
    /* grid-template-columns: 182px auto; */
    box-sizing: border-box;
    color: #565657;
    display: block !important;
}

.error_page
{
    display: block;
    width: 90%;
}

.login_centered_panel {
    display: flex;
    align-items: center;
    justify-content: center;
    /* vertical-align: top; */
}

.centered_div
{
    width: 100%;
    display: flex;
    text-align: center;
    /* background-color: aqua; */
    flex-direction: column;
    /* Stack divs vertically */
    align-items: center;
}

.button_div
{
    width: 100%;
    /* display: flex; */
    text-align: center;
    /* background-color: aqua; */
    flex-direction: column;
    /* Stack divs vertically */
    align-items: center;
}

.message_panel
{
    display: flex;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 100px;
    width: 66%;
    margin-left: 16%;
}

.login_page {
    width: 100%;
}

.logo {
    width: 120px;
    margin-top: 3%;
    /* margin-bottom: 100px; */
    /* max-width: 500px; */
}

.secondary_button
{
    background-color:var(--action_button);
    color: var(--active_button_text);
    border-radius: 6px;
    border: none;
    padding: 5px 5px;
    font-family: Poppins-Light;
    height: 30px;
    width: 100px;
    /* font-size:light; */
}