.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 .auth-cover-illustration {
    z-index: 1;
    max-inline-size: 38rem
}

.authentication-wrapper .authentication-image {
    z-index: -1;
    inline-size: 100%;
    inset-block-end: 0%;
    position: absolute;
    inset-inline-start: 0
}

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

.authentication-wrapper.authentication-cover .authentication-inner {
    min-height: 100vh;
    position: relative
}

/*.authentication-wrapper.authentication-cover .authentication-image {*/
/*    inline-size: 70%*/
/*}*/

html:not([dir=rtl]) .authentication-wrapper.authentication-cover .authentication-image {
    inset-inline-start: unset
}

.authentication-wrapper.authentication-basic .authentication-inner {
    max-width: 450px
}

.authentication-inner-2 {
    max-width: 600px !important;
}

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

@media (max-width: 575.98px) {
    .authentication-wrapper .auth-input-wrapper .auth-input {
        font-size: 1.125rem
    }
}

@media (max-width: 1199.98px) {
    .authentication-cover .authentication-image {
        inset-block-end: 9%
    }

    [dir=rtl] .authentication-cover .authentication-image {
        inline-size: 65%
    }
}

#twoStepsForm .fv-plugins-bootstrap5-row-invalid .form-control {
    border-color: #ff4d49
}

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

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

.required:after {
    content: ' *';
    color: red;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.img-holder {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 700px;
    height: 100%;
    overflow: hidden;
    text-align: center;
    z-index: 0;
    object-fit: cover;
}

.card-transparent {
    border-radius: 10px;
    padding: 20px;
    box-shadow: 2px 3px 24px 0 rgba(106, 105, 194, 0.25);
    backdrop-filter: blur(10px);
    background-color: rgb(16 17 19 / 80%);
    border: 1px solid #eaeaec42;
    color: #fff;
}

.authentication-inner .form-control {
    background: transparent;
    border: 1px solid #ffffff30;
    color: #fff;
}

.authentication-inner .form-control:focus {
    border: 1px solid var(--primary);
}

.input-group-text {
    background-color: transparent;
    border: 1px solid #ffffff30;
}

.input-group.input-group-merge > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: 0;
    border-left: 0;
}

.input-group:not(.input-group-floating):focus-within .form-control, .input-group:not(.input-group-floating):focus-within .input-group-text {
    border-color: var(--primary);
    border-width: 0.5px !important;
}

.input-group .btn {
    position: relative;
    z-index: 2;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.dark-style .select2-container--default .select2-selection {
    transition: border-color .15sease-in-out, box-shadow .15sease-in-out;
    background-color: transparent;
    border: 1px solid #ffffff30;
    border-radius: .5rem;
}
