.sign-out-processing-placeholder {
    background-color: var(--pure-white);
    z-index: 1;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#sign-out .main-content {
    min-height: 100vh;
    width: 100%;
    position: relative;

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

#sign-out .background-image {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}