
/* Core styles */

.pages-container {
    width: 100%;
    height: 100vh;
}

.pages {
    width: 100%;
}
.pages .page {
    width: 100%;
}
.pages .page-content {
    width: 100%;
}
.pages .page-overlay {
    width: 100%;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.pages .page-overlay-inner {
    margin-left: auto;
    margin-right: auto;
    height: 100%;

    text-align: center;
}
.pages .overlay-content {
    min-height: 100%;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
