﻿.authentication-wrapper {
    display: flex;
    flex-basis: 100%;
    min-height: 100vh;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.authentication-wrapper .authentication-inner {
    width: 100%;
    max-width: 300px;
}

.authentication-wrapper .invalid-feedback, .authentication-wrapper .form-label {
    display: block;
    text-align: center;
}

.authentication-wrapper .form-control {
    text-align: center;
}

svg {
    width: 100%;
    max-width: 250px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .authentication-wrapper:after {
        content: '';
        display: block;
        flex: 0 0 0%;
        min-height: inherit;
        width: 0;
        font-size: 0;
    }
}
