:root {
    --delivery-ink: #18232d;
    --delivery-teal: #008f82;
}

html,
body {
    min-height: 100%;
}

body.quasar-store-login {
    margin: 0;
    color: #fff;
    background: #10191d;
    font-family: Inter, "Segoe UI", Arial, sans-serif;
}

.quasar-store-login .login-stage {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: clamp(28px, 5vw, 72px);
    overflow: hidden;
}

.quasar-store-login .login-background-video {
    position: fixed;
    inset: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #0d1822;
    opacity: .68;
    filter: saturate(.78) contrast(1.03) brightness(1.08);
}

.quasar-store-login .login-stage:before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgba(13, 23, 27, .88) 0%, rgba(13, 23, 27, .66) 38%, rgba(13, 23, 27, .06) 78%);
}

.quasar-store-login .login-orbit-message {
    position: fixed;
    top: clamp(56px, 10vh, 92px);
    right: clamp(24px, 2vw, 40px);
    z-index: 2;
    margin: 0;
    color: #fff;
    text-align: right;
    text-shadow: 0 2px 8px rgba(0, 0, 0, .55);
    white-space: nowrap;
    pointer-events: none;
}

.quasar-store-login .login-orbit-message span,
.quasar-store-login .login-orbit-message strong {
    display: block;
    color: #fff;
}

.quasar-store-login .login-orbit-message span {
    font-size: clamp(28px, 2.25vw, 44px);
    font-weight: 400;
    line-height: 1.12;
    letter-spacing: -.035em;
}

.quasar-store-login .login-orbit-message strong {
    margin-top: 2px;
    font-size: clamp(30px, 2.3vw, 45px);
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: -.035em;
}

.quasar-store-login .login-shell {
    width: 100%;
    max-width: none;
    display: flex;
    justify-content: flex-start;
}

.quasar-store-login .login-frame {
    width: 100%;
    max-width: 385px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.quasar-store-login .login-card {
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.quasar-store-login .login-card-head {
    margin-bottom: 14px;
    text-align: center;
}

.quasar-store-login .login-logo {
    display: block;
    width: 230px;
    height: 72px;
    margin: 0 auto 6px;
    object-fit: contain;
}

.quasar-store-login .login-caption {
    margin: 0 0 24px;
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -.02em;
    text-align: center;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .35);
    white-space: nowrap;
}

.quasar-store-login .login-autofill-decoy {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.quasar-store-login .login-select-group,
.quasar-store-login .login-card .form-group {
    margin-bottom: 10px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.quasar-store-login .user-error {
    min-height: 2px;
    margin-bottom: 0;
}

.quasar-store-login .login-card .form-group.last {
    margin-top: -11px;
}

.quasar-store-login .login-select-label,
.quasar-store-login .login-card .form-group label {
    display: block;
    margin-bottom: 6px;
    color: #dce4e6;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
}

.quasar-store-login .login-select,
.quasar-store-login .login-card .form-control {
    width: 100%;
    height: 40px !important;
    padding: 9px 11px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: var(--delivery-ink);
    background: rgba(255, 255, 255, .96);
    box-shadow: none;
    font-size: 14px;
    font-weight: 500;
}

.quasar-store-login .login-card .form-control::placeholder {
    color: #87949b;
}

.quasar-store-login .login-select:focus,
.quasar-store-login .login-card .form-group:focus-within .form-control {
    border-color: var(--delivery-teal);
    outline: 0;
    box-shadow: 0 0 0 3px rgba(0, 143, 130, .16);
}

.quasar-store-login .login-card .password-proxy {
    -webkit-text-security: disc;
}

.quasar-store-login .user-error,
.quasar-store-login .pwd-error {
    min-height: 16px;
    margin-bottom: 4px;
    padding-left: 4px;
    color: #ffd4d4;
    font-size: 11px;
    font-weight: 700;
    visibility: hidden;
}

.quasar-store-login .user-error.has-message,
.quasar-store-login .pwd-error.has-message {
    visibility: visible;
}

.quasar-store-login .login-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    height: 46px;
    margin-top: 5px;
    border: 0;
    border-radius: 5px;
    background: linear-gradient(135deg, #18b8ff 0%, #2368ff 100%);
    box-shadow: none;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.quasar-store-login .login-submit:hover,
.quasar-store-login .login-submit:focus {
    background: linear-gradient(135deg, #0aa9f0 0%, #174fdb 100%);
    box-shadow: 0 5px 16px rgba(35, 104, 255, .28);
    color: #fff;
}

.quasar-store-login .login-test-alert {
    margin-top: 12px;
    padding: 10px 12px;
    border: 0;
    border-radius: 5px;
    background: rgba(245, 158, 11, .18);
    color: #ffe4b2;
    font-size: 12px;
    font-weight: 700;
}

.quasar-store-login .login-footer {
    margin-top: 14px;
    color: rgba(255, 255, 255, .62);
    font-size: 12px;
    text-align: center;
}

.quasar-store-login .login-company-link {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, .28);
}

.quasar-store-login .login-version {
    display: block;
    margin-top: 3px;
    font-variant-numeric: tabular-nums;
}

.quasar-store-login .modal-backdrop.in {
    opacity: .58;
    background: #0c191e;
}

.quasar-store-login .modal-content {
    overflow: hidden;
    border: 1px solid #dce2e6;
    border-radius: 6px;
    background: #fff;
    color: #18232d;
    box-shadow: 0 18px 50px rgba(10, 24, 30, .28);
}

.quasar-store-login .modal-header,
.quasar-store-login .modal-header.bg-blue-gradient {
    padding: 18px 20px;
    border-bottom: 1px solid #dce2e6;
    background: #fff !important;
    color: #18232d !important;
}

.quasar-store-login .modal-header h2 {
    margin: 0;
    color: #18232d;
    font-size: 17px;
    font-weight: 750;
}

.quasar-store-login .modal-body {
    padding: 22px 20px;
    color: #465761;
}

.quasar-store-login .modal-body .form-group label {
    color: #465761 !important;
    font-size: 12px;
    font-weight: 700;
}

.quasar-store-login .modal-body .form-control {
    min-height: 40px;
    border: 1px solid #cbd4d8;
    border-radius: 4px;
    background: #fff;
    color: #18232d;
    box-shadow: none;
}

.quasar-store-login .modal-body .form-control:focus {
    border-color: #008f82;
    outline: 0;
    box-shadow: 0 0 0 3px rgba(0, 143, 130, .1);
}

.quasar-store-login .modal-body .btn-primary {
    min-height: 38px;
    border: 1px solid #008f82;
    border-radius: 5px;
    background: #008f82;
    color: #fff;
    font-weight: 650;
    box-shadow: none;
}

.quasar-store-login .modal-body .btn-primary:hover,
.quasar-store-login .modal-body .btn-primary:focus {
    border-color: #08736b;
    background: #08736b;
}

.quasar-store-login .modal-body .input-validation-error,
.quasar-store-login .modal-body .field-validation-error {
    color: #d74c4c;
    font-size: 12px;
    font-weight: 650;
}

@media (max-width: 575px) {
    .quasar-store-login .login-stage {
        padding: 78px 22px 16px;
    }

    .quasar-store-login .login-stage:before {
        background: rgba(13, 23, 27, .88);
    }

    .quasar-store-login .login-frame {
        max-width: 100%;
    }

    .quasar-store-login .login-caption {
        font-size: clamp(16px, 4.55vw, 20px);
    }

    .quasar-store-login .login-orbit-message {
        top: 14px;
        right: 16px;
        left: 16px;
        white-space: normal;
    }

    .quasar-store-login .login-orbit-message span {
        font-size: 18px;
    }

    .quasar-store-login .login-orbit-message strong {
        font-size: 21px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .quasar-store-login .login-background-video {
        display: none;
    }
}
