.authentication-wrapper {
    -ms-flex-preferred-size: 100%;
    display: -ms-flexbox;
    display: flex;
    flex-basis: 100%;
    min-height: 100vh;
    width: 100%;
}
.authentication-wrapper .authentication-inner {
    width: 100%;
}
.authentication-wrapper.authentication-basic {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.authentication-wrapper.authentication-cover {
    -ms-flex-align: start;
    align-items: flex-start;
}
.authentication-wrapper.authentication-cover .authentication-inner {
    height: 100vh;
}
.authentication-wrapper.authentication-basic .authentication-inner {
    max-width: 400px;
    position: relative;
}
.authentication-wrapper.authentication-basic .authentication-inner:after {
    bottom: -68px;
    content: " ";
    height: 240px;
    left: -46px;
    position: absolute;
    width: 243px;
}
.authentication-wrapper.authentication-basic .authentication-inner .card {
    z-index: 1;
}
.authentication-wrapper.authentication-basic
    .authentication-inner
    .card
    .app-brand {
    margin-bottom: 2.5rem;
}
.authentication-wrapper .auth-input-wrapper .auth-input {
    font-size: 150%;
    max-width: 50px;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
}
@media (max-width: 575.98px) {
    .authentication-wrapper .auth-input-wrapper .auth-input {
        font-size: 1.125rem;
    }
}
#twoStepsForm .fv-plugins-bootstrap5-row-invalid .form-control {
    border-color: #ff3e1d;
}
.light-style .authentication-wrapper .authentication-bg {
    background-color: #fff;
}
.dark-style .authentication-wrapper .authentication-bg {
    background-color: #2b2c40;
}