/* _content/mlo11/Pages/Index.cshtml.rz.scp.css */
.check-container[b-eonm19pmky] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}
    .check-container .information[b-eonm19pmky] {
        text-align:center;
    }

[b-eonm19pmky] .check-input-form {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    text-align: center;
}

.check-container-button[b-eonm19pmky] {
    max-width: 300px;
}
/* _content/mlo11/Pages/Shared/_Layout.cshtml.rz.scp.css */
header[b-8v3dxs40tl] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--color-primary);
}

.header-title[b-8v3dxs40tl] {
    color: var(--color-background);
    font-size: 30px;
    font-weight: bold;
    padding-left: 20px;
    text-decoration: none;
}

footer[b-8v3dxs40tl] {
    background-color: var(--color-primary);
    color: var(--color-background);

    z-index: 10;
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}
.footer-copyright[b-8v3dxs40tl] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-right: 10px;
    padding-bottom: 10px;
}

.footer-container[b-8v3dxs40tl] {
    display: flex;
    justify-content: center;
    column-gap: 20px;
}
.footer-container-content[b-8v3dxs40tl] {
    display: flex;
    flex-direction: column;
}
