.page-container {
    display: flex;
    flex-direction: column;
}

.main-content {
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    justify-content: center;
}

.auth-area {
    max-width: 28rem;
    display: block;
    flex: 1 1 auto;
    overflow: hidden;
}

.auth-area-footer:empty {
    display: none;
}
