@media screen and (max-width: 768px) {
    .hide-div-auth {
        visibility: hidden;
        display: none;
    }
    .show-div-auth {
        visibility: visible;
        display: block;
    }
}
@media screen and (min-width: 768px) {
    .show-div-auth {
        visibility: hidden;
        display: none;
    }
}

.bg-one-auth {
    background-color: #f7f7f7;
}
.h-one-auth {
    font-size: 50px;
    margin-top: 30px;
}
.h-two-auth {
    font-size: 20px;
}
.div-one-auth {
    border-inline-end: 2px solid rgb(85, 84, 84);
}
.h-three-auth {
    font-size: 50px;
    margin-top: 30px;
}
.h-four-auth {
    font-size: 20px;
}

.software_version {
    z-index: 9;
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
}
.auth-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.auth-wrapper * {
    font-family: roboto, sans-serif;
}
.auth-wrapper-right {
    width: 100%;
    max-width: 660px;
    background: #fff;
    min-height: 100vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}
.auth-wrapper-right .auth-wrapper-form {
    max-width: 452px;
    width: 100%;
    margin: 0 auto;
}
@media (min-width: 1550px) {
    .auth-wrapper-right .auth-wrapper-form {
        transform: translateX(-30px);
    }
}
.auth-wrapper-right .auth-header {
    font-size: 22px;
    line-height: 1.4;
    color: #a0a0a0;
    margin-bottom: 60px;
    font-weight: 300;
}
.auth-wrapper-right .auth-header a {
    font-weight: 700;
    text-decoration: underline;
    color: #161853;
}
.auth-wrapper-right .auth-header .title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
}
.auth-wrapper-right .auth-header .badge {
    font-weight: 400;
    font-size: 14px;
    color: #161853;
    background-color: rgba(3, 157, 85, 0.1);
    border-radius: 15px;
    padding: 7px 13px 6px;
}
.auth-wrapper-right .auto-fill-data-copy {
    padding-top: 26px;
}
.auth-wrapper-right .auto-fill-data-copy .action-btn {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}
.auth-wrapper-right .btn--primary {
    background: #161853;
    font-weight: 500;
}
.auth-wrapper-right .btn-block {
    height: 45px !important;
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 10px;
}
@media (min-width: 1550px) {
    .auth-wrapper-right {
        max-width: 718px;
    }
    .auth-wrapper-right .input-label {
        margin-bottom: 12px;
    }
    .auth-wrapper-right .form-group {
        margin-bottom: 20px;
    }
    .auth-wrapper-right .auto-fill-data-copy {
        color: #9b9b9b;
        font-size: 18px;
    }
    .auth-wrapper-right .btn-block,
    .auth-wrapper-right .form-control {
        height: 45px !important;
        border-radius: 5px;
    }
    .auth-wrapper-right .btn-block:not(.btn-white) {
        font-size: 20px;
    }
    .auth-wrapper-right .auto-fill-data-copy .action-btn {
        width: 45px;
        height: 45px;
        border-radius: 10px;
    }
    .auth-wrapper-right .auto-fill-data-copy .action-btn i {
        font-size: 24px;
    }
}
.auth-wrapper-left {
    width: 0;
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.auth-wrapper-left .auth-left-cont {
    -webkit-margin-start: auto;
    margin-inline-start: auto;
    -webkit-margin-end: auto;
    margin-inline-end: auto;
}
.auth-wrapper-left .auth-left-cont img {
    max-width: 240px;
    height: 65px;
    margin-bottom: 20px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: left center;
    object-position: left center;
}
.auth-wrapper-left .auth-left-cont .title {
    font-size: 70px;
    line-height: 1.3;
    font-weight: 300;
}
.auth-wrapper-left .auth-left-cont .title strong {
    font-weight: 700;
}
@media (max-width: 1549px) {
    .auth-wrapper-left .auth-left-cont .title {
        font-size: 55px;
    }
    .auth-wrapper-right .auth-header {
        font-size: 16px;
        margin-bottom: 35px;
    }
    .auth-wrapper-right .auth-header .title {
        font-size: 36px;
        margin-bottom: 0;
    }
    .auth-wrapper-right .auth-header .badge {
        margin-top: 10px;
    }
    .auth-wrapper .mt-xxl-3 {
        margin-top: 0 !important;
    }
    .auth-wrapper-right .btn--primary {
        height: 38px;
    }
}
@media (max-width: 1300px) {
    .auth-wrapper-left .auth-left-cont img {
        max-width: 90px;
    }
    .auth-wrapper-left .auth-left-cont .title {
        font-size: 45px;
    }
    .auth-wrapper-right {
        max-width: 560px;
    }
    .auth-wrapper-right .auth-header {
        font-size: 14px;
        margin-bottom: 1rem;
    }
    .auth-wrapper-right .auth-header .title {
        font-size: 28px;
    }
    .auth-wrapper-right .auth-header .badge {
        font-size: 11px;
    }
    .auth-wrapper-right .form-group {
        margin-bottom: 1rem;
    }
    .auth-wrapper-right .form-control {
        height: 38px;
        font-size: 12px;
    }
    .auth-wrapper-right .btn-block {
        height: 38px !important;
    }
    .auth-wrapper-right .custom-control-label {
        font-size: 12px;
    }
    .auth-wrapper-right .auto-fill-data-copy {
        padding-top: 10px;
    }
    .auth-wrapper-right .auto-fill-data-copy .action-btn {
        width: 35px;
        height: 35px;
    }
}
@media (max-width: 1199px) {
    .auth-wrapper-right {
        max-width: 450px;
        padding: 20px 24px;
    }
}
@media (max-width: 991px) {
    .auth-wrapper-left {
        display: none;
    }
    .auth-wrapper-right {
        padding: 25px 24px;
        max-width: 100%;
    }
}
@media (max-width: 767px) {
    .auth-wrapper-right {
        padding: 15px;
        max-width: 100%;
    }
}
.text--039D55 {
    color: #161853 !important;
}
@media (min-width: 1650px) {
    .vendor-login .auth-wrapper-right .auth-header {
        font-size: 20px;
    }
    .vendor-login .auth-wrapper-right .auth-header .title {
        font-size: 36px;
    }
}
.toggle-login {
    text-align: center;
    margin-top: 15px;
}
.toggle-login .toggle-login-btn {
    cursor: pointer;
    color: #161853;
}
a:hover .text--title {
    color: var(--primary-clr) !important;
}
.object-cover {
    -o-object-fit: cover;
    object-fit: cover;
}
.min-h-90px {
    min-height: 100px !important;
}
.__login-badge {
    position: absolute;
    inset-inline-end: 25px;
    top: 25px;
}

.color-EC255A {
    color: #EC255A !important;
}

/* Questify login refresh */
:root {
    --q-primary: #1D5DBC;
    --q-primary-dark: #154B9D;
    --q-primary-soft: #EAF3FF;
    --q-secondary: #9CC3FE;
    --q-bg: #F4F8FE;
    --q-surface: #FFFFFF;
    --q-border: #DDE7F5;
    --q-text: #1B2431;
    --q-muted: #667085;
    --q-danger: #C83E3E;
    --q-radius: 8px;
    --q-shadow: 0 24px 70px rgba(29, 93, 188, 0.13);
}

html,
body.bg-one-auth {
    min-height: 100%;
    background: var(--q-bg);
    color: var(--q-text);
}

.auth-wrapper {
    min-height: 100vh;
    padding: clamp(16px, 2vw, 28px);
    gap: clamp(18px, 3vw, 42px);
    align-items: stretch;
}

.auth-wrapper * {
    letter-spacing: 0;
}

.auth-wrapper-left,
.auth-wrapper-right {
    border-radius: var(--q-radius);
}

.auth-wrapper-left {
    position: relative;
    min-height: calc(100vh - 56px);
    overflow: hidden;
    background-color: var(--q-primary) !important;
    box-shadow: var(--q-shadow);
}

.auth-wrapper-left::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(7, 43, 91, 0.62);
}

.auth-wrapper-left::after {
    content: "Questify POS";
    position: absolute;
    inset-inline-start: clamp(28px, 5vw, 72px);
    bottom: clamp(28px, 5vw, 72px);
    color: rgba(255, 255, 255, 0.22);
    font-size: clamp(3rem, 8vw, 7rem);
    font-weight: 800;
    line-height: 0.9;
}

.auth-wrapper-left .auth-left-cont {
    position: relative;
    z-index: 1;
    max-width: 620px;
    padding: clamp(32px, 5vw, 72px);
    margin: 0;
}

.auth-wrapper-left .auth-left-cont img {
    width: auto;
    max-width: 220px;
    height: 72px;
    padding: 0.7rem 0.9rem;
    border-radius: var(--q-radius);
    background: #FFFFFF;
    object-position: center;
}

.auth-wrapper-left .auth-left-cont .title {
    margin-top: 1.5rem;
    color: #FFFFFF;
    font-size: clamp(2.4rem, 5vw, 4.8rem);
    line-height: 1.08;
    font-weight: 700;
}

.auth-wrapper-left .auth-left-cont .title .text-primary,
.auth-wrapper-left .auth-left-cont .title .color-EC255A {
    color: #FFFFFF !important;
}

.auth-wrapper-left .auth-left-cont .title strong {
    color: var(--q-secondary);
}

.auth-wrapper-right {
    width: min(100%, 540px);
    max-width: 540px;
    min-height: calc(100vh - 56px);
    padding: clamp(28px, 5vw, 58px);
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(221, 231, 245, 0.9);
    box-shadow: var(--q-shadow);
}

.auth-wrapper-right .auth-wrapper-form {
    max-width: 430px;
}

.auth-wrapper-right .auth-header {
    margin-bottom: 2rem;
    color: var(--q-muted);
    font-size: 1rem;
    font-weight: 500;
}

.auth-wrapper-right .auth-header .title {
    margin-bottom: 0.35rem;
    color: var(--q-text);
    font-size: clamp(1.8rem, 3vw, 2.45rem);
    font-weight: 800;
}

.__login-badge {
    top: 24px;
    inset-inline-end: 24px;
    padding: 0.45rem 0.75rem;
    border-radius: 999px;
    background: var(--q-primary-soft) !important;
    color: var(--q-primary) !important;
    font-weight: 800;
}

.color-EC255A {
    color: var(--q-primary) !important;
}

.auth-wrapper-right .form-group {
    margin-bottom: 1.15rem;
}

.auth-wrapper-right .input-label {
    margin-bottom: 0.5rem;
    color: #344054;
    font-weight: 800;
}

.auth-wrapper-right .form-control,
.auth-wrapper-right .input-group-text {
    min-height: 46px;
    border-color: var(--q-border);
    border-radius: var(--q-radius);
    color: var(--q-text);
    background: #FFFFFF;
}

.auth-wrapper-right .form-control:focus {
    border-color: var(--q-primary);
    box-shadow: 0 0 0 0.2rem rgba(29, 93, 188, 0.12);
}

.auth-wrapper-right .input-group-text {
    color: var(--q-muted);
}

.auth-wrapper-right .btn--primary,
.auth-wrapper-right .btn-primary,
.auth-wrapper-right .btn-block {
    min-height: 46px;
    border: 0;
    border-radius: var(--q-radius);
    background: var(--q-primary);
    color: #FFFFFF;
    font-weight: 800;
}

.auth-wrapper-right .btn--primary:hover,
.auth-wrapper-right .btn-primary:hover,
.auth-wrapper-right .btn-block:hover {
    background: var(--q-primary-dark);
    box-shadow: 0 12px 24px rgba(29, 93, 188, 0.2);
}

.auth-wrapper-right .auto-fill-data-copy {
    margin-top: 1.5rem;
    padding: 1rem;
    border: 1px solid var(--q-border);
    border-radius: var(--q-radius);
    background: #F8FAFD;
    color: var(--q-muted);
}

.auth-wrapper-right .auto-fill-data-copy .action-btn {
    border-radius: var(--q-radius);
    background: var(--q-primary);
}

@media (min-width: 1550px) {
    .auth-wrapper-right .auth-wrapper-form {
        transform: none;
    }
}

@media (max-width: 1199px) {
    .auth-wrapper {
        gap: 18px;
    }

    .auth-wrapper-right {
        width: min(100%, 500px);
        max-width: 500px;
    }
}

@media (max-width: 991px) {
    .auth-wrapper {
        padding: 0;
    }

    .auth-wrapper-left {
        display: none;
    }

    .auth-wrapper-right {
        width: 100%;
        max-width: 100%;
        min-height: 100vh;
        border: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .auth-wrapper-right .auth-wrapper-form {
        max-width: 460px;
    }
}

@media (max-width: 575.98px) {
    .auth-wrapper-right {
        padding: 28px 18px;
    }

    .__login-badge {
        position: static;
        margin-bottom: 1.5rem;
    }
}
