.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;
    overflow: hidden;
}

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

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

.authentication-wrapper.authentication-basic .authentication-inner {
    max-width: 25rem;
    position: relative;
}

.authentication-wrapper.authentication-basic .authentication-inner:before {
    width: 21rem;
    height: 21rem;
    content: " ";
    position: fixed;
    top: -100px;
    background: url("../../../img/pages/auth-top-left.png");
    background-size: contain;
}

html:not([dir=rtl]) .authentication-wrapper.authentication-basic .authentication-inner:before {
    left: -100px;
}

[dir=rtl] .authentication-wrapper.authentication-basic .authentication-inner:before {
    right: -100px;
    transform: rotate(90deg);
}

.authentication-wrapper.authentication-basic .authentication-inner:after {
    width: 7rem;
    height: 14.125rem;
    content: " ";
    position: fixed;
    bottom: 0;
    background-image: url("../../../img/pages/auth-right-bottom.png");
    background-size: contain;
}

html:not([dir=rtl]) .authentication-wrapper.authentication-basic .authentication-inner:after {
    right: 0;
}

[dir=rtl] .authentication-wrapper.authentication-basic .authentication-inner:after {
    left: 0;
    transform: rotate(180deg);
}

.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 {
    max-width: 50px;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    font-size: 150%;
}

.authentication-cover-img {
    margin-bottom: 1.5rem;
    opacity: 90%;
}

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

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

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

@media (min-height: 737px) {
    .authentication-cover-img {
        margin-bottom: 3rem;
    }
}

.auth-part {
    display: flex;
    width: 100%;
    height: 100vh;
}

.auth-form {
    width: 732px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 2px 20px 1px rgba(0, 0, 0, .11);
}

@media (max-width: 768px) {
    .auth-form {
        width: 100%;
        height: auto;
    }
}

.auth-form .auth-form-content::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #fff;
}

.auth-form .auth-form-content {
    width: 100%;
    padding: 2rem 3rem;
    overflow-y: auto;
}

.auth-form .auth-form-content .app-brand {
    display: flex;
    flex: 0 0 auto;
    overflow: hidden;
    line-height: 1;
    min-height: 1px;
    justify-content: space-between;
    margin-bottom: 1.5rem;
    align-items: center;
}

.auth-form .auth-form-content .logo-image {
    width: 100%;
    height: 36px;
}

.auth-form .auth-form-content .app-brand-logo img {
    max-width: 100%;
}

.auth-form .auth-form-content .auth-form-field {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 1rem;
}

@media (min-width: 768px) and (max-width: 1200px) {
    .auth-form .auth-form-content {
        padding: 2rem 2rem;
    }
}

@media (max-width: 768px) {
    .auth-form .auth-form-content {
        padding: 2rem 3.5rem;
        /*overflow-y: inherit;*/
    }
}

@media (max-width: 576px) {
    .auth-form .auth-form-content {
        padding: 2.5rem 1.25rem;
    }
}

.auth-banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    position: relative;
}

@media (max-width: 768px) {
    .auth-banner {
        display: none;
    }
}

.auth-banner .auth-banner-content {
    padding: 1.5rem;
    text-align: center;
}

.auth-banner .auth-banner-content > img {
    width: 500px;
    height: auto;
}

.auth-banner .auth-banner-content .auth-headline {
    font-size: 1.335rem;
    line-height: 1.6;
    margin-bottom: 0.5rem;
}

.auth-banner .auth-banner-content .auth-details {
    line-height: 1.7;
    margin-bottom: 0.5rem;
}

/*===================================================================
#Start Auth field
=====================================================================*/
.select-change-lang .changeLang {
    padding-left: 2rem;
    text-align: start;
    min-width: 112px;
    font-size: 14px;
}

[dir=rtl] .select-change-lang .changeLang {
    padding-right: 2rem;
}

[dir=rtl] .form-select {
    padding: 0.469rem 0.735rem 0.469rem 1.735rem;
    background-position: left 0.735rem center;
}

[dir=rtl] .form-check-inline {
    margin-right: 0;
    margin-left: 1rem;
}

[dir=rtl] .form-check {
    padding-left: 0;
    padding-right: 1.7em;
    margin-left: 1.7em;
}

[dir=rtl] .form-check .form-check-input {
    float: right;
    margin-left: 0;
    margin-right: -1.7em;
}

.form-check.form-check-inline .form-check-label {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: inherit;
}

.form-label, .form-group label, .col-form-label {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-size: 85%;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: inherit;
}

form .error:not(li):not(input) {
    color: #ff5b5c;
    font-size: 85%;
    font-weight: 500;
    margin-top: 0.25rem;
    margin-bottom: 0;
}

.input-group-text i {
    font-size: 1rem;
}

.input-group-text {
    background-color: #fff;
}

html:not([dir=rtl]) .input-group-merge .input-group-text:first-child {
    border-right: 0;
}

html:not([dir=rtl]) .input-group-merge .input-group-text:last-child {
    border-left: 0;
}

html:not([dir=rtl]) .input-group-merge .form-control:not(:first-child) {
    padding-left: 0;
    border-left: 0;
}

html:not([dir=rtl]) .input-group-merge .form-control:not(:last-child) {
    padding-right: 0;
    border-right: 0;
}

.input-group-text {
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .input-group-text {
        transition: none;
    }
}

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

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
    border-radius: 0.25rem 0 0 0.25rem;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-radius: 0 0.25rem 0.25rem 0;
    margin-left: -1px;
    margin-right: 0;
}

[dir=rtl] .input-group-merge .input-group-text:last-child {
    border-right: 0;
}

[dir=rtl] .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
[dir=rtl] .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
    border-radius: 0 0.25rem 0.25rem 0;
}

[dir=rtl] .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-radius: 0.25rem 0 0 0.25rem;
    margin-right: -1px;
    margin-left: 0;
}

[dir=rtl] .input-group-merge .form-control:not(:last-child) {
    padding-left: 0;
    padding-right: 0.75rem;
    border-left: 0;
}

.input-group > .form-control, .input-group > .form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

.form-text {
    margin-top: 0.25rem;
    font-size: 85%;
    color: #a8b1bb;
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #f2f2f2;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.469rem 0.735rem;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.4;
    color: #677788;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d4d8dd;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-select {
    display: block;
    width: 100%;
    padding: 0.469rem 1.735rem 0.469rem 0.735rem;
    -moz-padding-start: calc(0.735rem - 3px);
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.4;
    color: #677788;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%2838, 60, 85, 0.4%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.735rem center;
    background-size: 17px 12px;
    border: 1px solid #d4d8dd;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-check {
    padding-left: 1.7em;
    margin-bottom: 0.125rem;
}

.form-check.form-check-inline .form-check-label {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: inherit;
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.7em;
}

.form-check-input {
    width: 1.2em;
    height: 1.2em;
    margin-top: 0.135em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid #bec5cc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

.form-check-inline {
    display: inline-block;
    margin-right: 1rem;
}

.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
    pointer-events: none;
    filter: none;
    opacity: 0.65;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.469rem 0.635rem 0.385rem 0.635rem;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.4;
    color: #677788;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    border: 1px solid #d4d8dd;
    border-radius: 0.25rem;
}
