.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
}

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

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

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

.authentication-wrapper.authentication-cover .authentication-inner .auth-cover-bg {
    border-radius: 1.125rem;
    height: calc(100vh - 4rem);
    margin: 2rem 0 2rem 2rem;
    position: relative;
    width: 100%
}

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

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

.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: 400px;
    position: relative
}

.authentication-wrapper.authentication-basic .authentication-inner:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='239' height='234' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='88.561' y='.7' width='149' height='149' rx='19.5' stroke='%237367F0' stroke-opacity='.16'/%3E%3Crect x='.621' y='33.761' width='200' height='200' rx='10' fill='%237367F0' fill-opacity='.08'/%3E%3C/svg%3E");
    content: " ";
    height: 233px;
    left: -40px;
    position: absolute;
    top: -55px;
    width: 238px
}

.authentication-wrapper.authentication-basic .authentication-inner:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='181' height='181' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1.305' y='1.443' width='178' height='178' rx='19' stroke='%237367F0' stroke-opacity='.16' stroke-width='2' stroke-dasharray='8 8'/%3E%3Crect x='22.805' y='22.943' width='135' height='135' rx='10' fill='%237367F0' fill-opacity='.08'/%3E%3C/svg%3E");
    bottom: -30px;
    content: " ";
    height: 180px;
    position: absolute;
    right: -56px;
    width: 180px;
    z-index: -1
}

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

@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: #ea5455
}

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

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

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

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