.footer {
    background-color: #181A1E;
    padding: 0 20px 0 20px;
    height: 71px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.global-wrapper {
    display: flex !important;
    justify-content: center !important;
    flex-direction: column;
    align-items: center;
    height: calc(100vh - 71px);
}

.logo {
    max-height: 100px;
    width: auto;
}

.logo-wrapper {
    text-align: center;
    margin-bottom: 40px;
}

.redirect-message {
    max-width: 600px;
}

.vce_link {
    color: #FF6955;
}

body {
    margin: 0;
    padding: 0;
}

h2 {
    text-align: center;
}

p {
    color: #A3AAAF;
}
