﻿.idp-error-wrapper {
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

    .idp-error-wrapper .idp-error-title {
        margin-top: 5rem;
    }

    .idp-error-wrapper .idp-error-description {
    }
