﻿
#redirect-confirmation.container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

#redirect-confirmation .card-content {
    width: 50%;
    height: fit-content;
    background: white;
    display: block;
    z-index: auto;
    color: black;
    border: 1px solid lightgray;
    padding: 2rem;
    border-radius: 0.5rem;
}

#redirect-confirmation form {
    background-color: transparent !important;
}
