.authentication-wrapper {
    display: flex;
    flex-basis: 100%;
    min-height: 100vh;
    width: 100%
}

.authentication-wrapper .authentication-inner {
    width: 100%
}

.authentication-wrapper.authentication-basic {
    align-items: center;
    justify-content: center
}

.authentication-wrapper.authentication-basic .card-body {
    padding: 3rem
}

@media(max-width: 575.98px) {
    .authentication-wrapper.authentication-basic .card-body {
        padding: 2rem
    }
}

.authentication-wrapper.authentication-cover {
    align-items: flex-start
}

.authentication-wrapper.authentication-cover .authentication-inner {
    height: 100%;
    margin: auto 0
}

@media(max-width: 991.98px) {
    .authentication-wrapper.authentication-cover .authentication-inner {
        height: 100vh
    }
}

.authentication-wrapper.authentication-cover .authentication-inner .auth-cover-bg {
    width: 100%;
    height: 100vh;
    position: relative
}

.authentication-wrapper.authentication-cover .authentication-inner .auth-cover-bg .auth-illustration {
    max-height: 65%;
    max-width: 65%;
    z-index: 1
}

.authentication-wrapper.authentication-cover .authentication-inner .platform-bg {
    position: absolute;
    width: 100%;
    bottom: 0%;
    left: 0%;
    height: 35%
}

.authentication-wrapper.authentication-cover .authentication-inner .auth-multisteps-bg-height {
    height: 100vh
}

.authentication-wrapper.authentication-cover .authentication-inner .auth-multisteps-bg-height>img:first-child {
    z-index: 1
}

.authentication-wrapper.authentication-basic .authentication-inner {
    max-width: 460px;
    position: relative
}

.authentication-wrapper.authentication-basic .authentication-inner:before {
    width: 238px;
    height: 233px;
    content: " ";
    position: absolute;
    top: -35px;
    left: -45px;
}

@media(max-width: 575.98px) {
    .authentication-wrapper.authentication-basic .authentication-inner:before {
        display: none
    }
}

.authentication-wrapper.authentication-basic .authentication-inner:after {
    width: 180px;
    height: 180px;
    content: " ";
    position: absolute;
    z-index: -1;
    bottom: -30px;
    right: -56px;
}

@media(max-width: 575.98px) {
    .authentication-wrapper.authentication-basic .authentication-inner:after {
        display: none
    }
}

.authentication-wrapper .auth-input-wrapper .auth-input {
    max-width: 50px;
    padding-left: .4rem;
    padding-right: .4rem;
    font-size: 150%
}

@media(max-height: 636px) {
    .auth-multisteps-bg-height {
        height: 100% !important
    }
}

@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: #ff4c51;
    border-width: 2px
}

@media(max-width: 575.98px) {
    .numeral-mask-wrapper .numeral-mask {
        padding: 0 !important
    }

    .numeral-mask {
        margin-inline: 1px !important
    }
}

.light-style .authentication-wrapper .authentication-bg {
    background-color: #F5F7F2
}

.light-style .auth-cover-bg-color {
    background-color: #f5f8f1
}

.dark-style .authentication-wrapper .authentication-bg {
    background-color: #2f3349
}

.dark-style .auth-cover-bg-color {
    background-color: #f5f8f1
}
