.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #1ea8e7;
}

.select2-results__option {
    padding: 8px 15px;
}

.select2-search--dropdown {
    padding: 10px;
}

.select2-search--dropdown .select2-search__field {
    border-radius   : var(--border-radius-sm);
    height          : 28px;
    font-size       : .9em;
    padding         : .25rem .75rem;
    background-color: #eee !important;
    border-color    : var(--separator) !important;
    border-radius   : var(--border-radius-sm);
    color           : var(--body) !important;
}

.select2-container {
    width  : 100% !important;
    display: block !important;
}

.input-group .select2-container--default .select2-selection--single {
    height          : 38px;
    border          : none;
    background-color: transparent;
    display         : flex;
    align-items     : center;
}

.input-group .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height : 38px;
    padding-left: 0px;
    flex        : 1;
}

.input-group .select2-container--default .select2-selection--single .select2-selection__arrow {
    height  : 38px;
    position: absolute;
    right   : 5px;
}

.input-group {
    display    : flex;
    align-items: stretch;
    width      : 100%;
}

.input-group-prepend {
    display     : flex;
    margin-right: -1px;
}

.input-group>.select2-container {
    flex : 1 1 auto;
    width: 1% !important;
}

.input-group-text {
    display    : flex;
    align-items: center;
}

/* Desktop styles */
@media (min-width: 769px) {
    .input-group {
        max-width   : 100%;
        margin-right: 0;
    }

    .input-group>.select2-container {
        width: 1% !important;
        flex : 1 1 auto;
    }

    .input-group-prepend {
        flex: 0 0 auto;
    }
}

.input-group .select2-container--default .select2-selection--single {
    background-color: #F7F7F7 !important;
}

/* Mobile styles */
@media (max-width: 768px) {
    .input-group {
        flex-wrap: nowrap;
    }

    .input-group-prepend {
        width: auto;
    }

    .input-group>.select2-container {
        flex: 1 1 auto;
    }
}

/* Password Requirements Styling */
.password-requirements {
    background   : #f8f9fa;
    border-radius: 5px;
    padding      : 0;
    margin       : 0;
    box-shadow   : 0 2px 4px rgba(0, 0, 0, 0.05);
    max-height   : 0;
    opacity      : 0;
    overflow     : hidden;
    transform    : translateY(-20px);
    transition   : all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.password-requirements.show {
    max-height: 500px;
    /* Adjust this value based on your content */
    opacity   : 1;
    transform : translateY(0);
    margin    : 20px 0;
    padding   : 20px;
}

.password-requirements-title {
    color        : #2c3e50;
    font-size    : 1.1rem;
    font-weight  : 600;
    margin-bottom: 15px;
    display      : flex;
    align-items  : center;
    gap          : 8px;
    opacity      : 0;
    transform    : translateY(-10px);
    transition   : all 0.3s ease 0.1s;
}

.password-requirements.show .password-requirements-title {
    opacity  : 1;
    transform: translateY(0);
}

.requirement-item {
    display    : flex;
    align-items: center;
    margin     : 8px 0;
    font-size  : 0.9rem;
    transition : all 0.3s ease;
    opacity    : 0;
    transform  : translateY(-10px);
    transition : all 0.3s ease;
}

.password-requirements.show .requirement-item {
    opacity  : 1;
    transform: translateY(0);
}

.password-requirements.show .requirement-item:nth-child(2) {
    transition-delay: 0.1s;
}

.password-requirements.show .requirement-item:nth-child(3) {
    transition-delay: 0.2s;
}

.password-requirements.show .requirement-item:nth-child(4) {
    transition-delay: 0.3s;
}

.password-requirements.show .requirement-item:nth-child(5) {
    transition-delay: 0.4s;
}

.password-requirements.show .requirement-item:nth-child(6) {
    transition-delay: 0.5s;
}

.password-requirements-title i {
    color: #1ea8e7;
}

.requirement-item i {
    margin-right: 8px;
    font-size   : 1rem;
    transition  : all 0.3s ease;
}

.requirement-item i.valid {
    color: #28a745;
}

.requirement-item i.invalid {
    color: #dc3545;
}

.requirement-item i.bi-check-circle-fill {
    color: #28a745;
}

.requirement-item i.bi-x-circle-fill {
    color: #dc3545;
}

.requirement-item i.bi-circle {
    color: #6c757d;
}

.password-strength-meter {
    height       : 4px;
    background   : #e9ecef;
    border-radius: 2px;
    margin       : 15px 0;
    overflow     : hidden;
}

.password-strength-meter-fill {
    height    : 100%;
    width     : 0;
    transition: width 0.3s ease, background-color 0.3s ease;
}

.password-strength-text {
    font-size : 0.85rem;
    text-align: right;
    color     : #6c757d;
    margin-top: 5px;
}

/* Premium sign-in page */
body.auth-signin-page,
body.auth-signin-page .form-body {
    min-height: 100vh;
    background: #f5f9ff;
}

body.auth-signin-page .website-logo {
    display: none;
}

body.auth-signin-page .form-body>.row {
    display: flex;
    flex-wrap: nowrap;
    min-height: 100vh;
}

body.auth-signin-page .auth-hero {
    flex: 0 0 64%;
    width: 64%;
    max-width: none;
    min-height: 100vh;
    padding: 44px clamp(28px, 5vw, 72px);
    background:
        radial-gradient(circle at 14% 20%, rgba(255, 255, 255, 0.95) 0 0.8px, transparent 1px),
        radial-gradient(circle at 42% 70%, rgba(255, 255, 255, 0.82) 0 0.7px, transparent 1px),
        linear-gradient(140deg, #f5fbff 0%, #e6f4ff 46%, #d6ecff 100%);
    background-size: 16px 16px, 22px 22px, auto;
    border-right: 1px solid rgba(38, 130, 217, 0.12);
    box-shadow: inset -22px 0 46px rgba(9, 74, 142, 0.08);
    color: #0b2f63;
    overflow: hidden;
}

body.auth-signin-page .auth-hero__content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 880px;
}

body.auth-signin-page .auth-hero__glow {
    position: absolute;
    border-radius: 999px;
    filter: blur(10px);
    opacity: 0.72;
    pointer-events: none;
}

body.auth-signin-page .auth-hero__glow--one {
    width: 280px;
    height: 280px;
    top: -70px;
    left: -80px;
    background: rgba(35, 156, 255, 0.18);
}

body.auth-signin-page .auth-hero__glow--two {
    width: 360px;
    height: 360px;
    right: -110px;
    bottom: -100px;
    background: rgba(39, 199, 255, 0.2);
}

body.auth-signin-page .auth-hero__badge {
    align-items: center;
    align-self: flex-start;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(44, 147, 255, 0.16);
    border-radius: 999px;
    box-shadow: 0 12px 30px rgba(26, 87, 155, 0.08);
    color: #0b5aab;
    display: inline-flex;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    gap: 8px;
    margin-bottom: 14px;
    padding: 9px 14px;
}

body.auth-signin-page .auth-hero h1 {
    color: #08366d;
    font-size: clamp(2.8rem, 6vw, 5.8rem);
    font-weight: 800;
    letter-spacing: -0.06em;
    line-height: 0.9;
    margin: 0;
    text-shadow: 0 14px 30px rgba(12, 82, 156, 0.08);
}

body.auth-signin-page .auth-hero h1 .brand-soft {
    color: #0d8fec;
    font-size: 0.92em;
}

body.auth-signin-page .auth-hero h1 .brand-version {
    color: #f4bc17;
    font-weight: 900;
    letter-spacing: -0.04em;
    margin-left: 6px;
    position: relative;
    text-shadow:
        0 1px 0 #9a6f00,
        0 2px 0 #9a6f00,
        0 10px 20px rgba(133, 94, 3, 0.28);
    -webkit-text-stroke: 1px #7d5a00;
}

body.auth-signin-page .auth-hero h1 .brand-version::after {
    content: "";
    position: absolute;
    left: 2px;
    right: -6px;
    bottom: -8px;
    height: 8px;
    border-radius: 999px;
    transform: rotate(-3deg);
    background: linear-gradient(90deg, rgba(247, 195, 23, 0.08), rgba(247, 195, 23, 0.95), rgba(247, 195, 23, 0.22));
}

body.auth-signin-page .auth-hero__tagline {
    align-items: baseline;
    color: #1f4168;
    display: flex;
    flex-wrap: wrap;
    font-family: "Play", "Segoe UI", sans-serif;
    font-size: clamp(1rem, 1.45vw, 1.45rem);
    font-weight: 700;
    gap: 0.35rem;
    letter-spacing: 0.02em;
    margin: 16px 0 8px;
    max-width: 600px;
    text-transform: uppercase;
}

body.auth-signin-page .auth-hero__tagline em {
    color: #e4ae10;
    font-size: 1.1em;
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    text-shadow: 0 2px 8px rgba(149, 108, 0, 0.2);
}

body.auth-signin-page .auth-hero__tagline strong {
    color: #0f5eaa;
    font-size: 0.96em;
    font-weight: 900;
    letter-spacing: 0.06em;
}

body.auth-signin-page .auth-hero__subline {
    color: #4f6988;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    margin: 0 0 16px;
}

body.auth-signin-page .auth-hero__subline .bd-flag-badge {
    background: #006a4e;
    border: 1px solid rgba(9, 56, 39, 0.2);
    border-radius: 3px;
    display: inline-block;
    height: 12px;
    margin-left: 6px;
    position: relative;
    top: 1px;
    width: 18px;
}

body.auth-signin-page .auth-hero__subline .bd-flag-badge::after {
    background: #f42a41;
    border-radius: 50%;
    content: "";
    height: 7px;
    left: 5px;
    position: absolute;
    top: 2px;
    width: 7px;
}

body.auth-signin-page .auth-hero__visual {
    min-height: 420px;
    position: relative;
}

body.auth-signin-page .auth-laptop {
    background: #101b30;
    border: 9px solid #0f1a31;
    border-radius: 22px;
    box-shadow:
        0 36px 88px rgba(8, 43, 84, 0.26),
        0 10px 24px rgba(10, 34, 67, 0.18);
    margin-left: auto;
    max-width: 600px;
    overflow: hidden;
    position: relative;
    transform: perspective(900px) rotateY(-10deg) rotateX(2deg);
}

body.auth-signin-page .auth-laptop::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 38%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
    pointer-events: none;
    z-index: 2;
}

body.auth-signin-page .auth-laptop::after {
    content: "";
    position: absolute;
    left: 16%;
    right: 16%;
    bottom: -16px;
    height: 14px;
    border-radius: 999px;
    background: rgba(8, 31, 61, 0.24);
    filter: blur(4px);
    z-index: -1;
}

body.auth-signin-page .auth-laptop__bar {
    align-items: center;
    background: linear-gradient(180deg, #ffffff 0%, #eff6ff 100%);
    border-bottom: 1px solid #dbe9f8;
    display: flex;
    gap: 6px;
    height: 36px;
    padding: 0 12px;
}

body.auth-signin-page .auth-laptop__bar span {
    background: #d9e8f7;
    border-radius: 999px;
    height: 8px;
    width: 8px;
}

body.auth-signin-page .auth-laptop__bar strong {
    color: #183b62;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    margin-left: 8px;
}

body.auth-signin-page .auth-laptop__body {
    background: linear-gradient(180deg, #f6faff, #edf5ff);
    display: grid;
    grid-template-columns: 90px 1fr;
    min-height: 270px;
    padding: 14px;
}

body.auth-signin-page .auth-laptop aside {
    background: linear-gradient(180deg, #ffffff, #f8fbff);
    border: 1px solid #e5effa;
    border-radius: 16px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 16px 10px;
}

body.auth-signin-page .auth-laptop aside b {
    background: linear-gradient(90deg, #cee2f8, #edf5ff);
    border-radius: 8px;
    display: block;
    height: 12px;
}

body.auth-signin-page .auth-laptop main {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr 1fr;
    padding-left: 12px;
}

body.auth-signin-page .auth-card {
    border-radius: 16px;
    box-shadow: 0 14px 26px rgba(20, 70, 120, 0.18);
    color: #fff;
    overflow: hidden;
    padding: 16px;
    position: relative;
}

body.auth-signin-page .auth-card::after {
    content: "";
    position: absolute;
    top: -40%;
    right: -12%;
    width: 68%;
    height: 160%;
    transform: rotate(18deg);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0));
    pointer-events: none;
}

body.auth-signin-page .auth-card small {
    color: rgba(255, 255, 255, 0.9);
    display: block;
    font-size: 0.72rem;
}

body.auth-signin-page .auth-card strong {
    display: block;
    font-size: 1.35rem;
    letter-spacing: 0.01em;
    margin-top: 6px;
}

body.auth-signin-page .auth-card--blue {
    background: linear-gradient(135deg, #1ea8ff, #2b5ae1);
}

body.auth-signin-page .auth-card--green {
    background: linear-gradient(135deg, #14a596, #1bc3ad);
}

body.auth-signin-page .auth-chart {
    align-items: end;
    background: linear-gradient(180deg, #ffffff, #f8fbff);
    border: 1px solid #e4eef9;
    border-radius: 18px;
    box-shadow: 0 12px 24px rgba(20, 70, 120, 0.12);
    display: flex;
    gap: 12px;
    grid-column: 1 / -1;
    height: 130px;
    justify-content: center;
    position: relative;
    padding: 18px;
    overflow: hidden;
}

body.auth-signin-page .auth-chart::before {
    content: "";
    position: absolute;
    left: 14px;
    right: 14px;
    top: 18px;
    bottom: 14px;
    background: repeating-linear-gradient(
        180deg,
        rgba(108, 157, 205, 0.12),
        rgba(108, 157, 205, 0.12) 1px,
        transparent 1px,
        transparent 22px
    );
    pointer-events: none;
}

body.auth-signin-page .auth-chart span {
    background: linear-gradient(180deg, #35afff, #d4edff);
    border-radius: 999px 999px 6px 6px;
    box-shadow: 0 8px 14px rgba(38, 142, 221, 0.2);
    position: relative;
    width: 34px;
    z-index: 1;
}

body.auth-signin-page .auth-hero__icon {
    align-items: center;
    background: rgba(255, 255, 255, 0.74);
    border: 1px solid rgba(98, 141, 191, 0.26);
    border-radius: 18px;
    box-shadow: 0 16px 30px rgba(11, 73, 136, 0.1);
    color: #6f99bf;
    display: flex;
    font-size: 1.65rem;
    height: 62px;
    justify-content: center;
    position: absolute;
    width: 62px;
    z-index: 3;
}

body.auth-signin-page .auth-hero__icon--chart {
    left: 0;
    top: 18%;
}

body.auth-signin-page .auth-hero__icon--ledger {
    left: 29%;
    top: 3%;
}

body.auth-signin-page .auth-hero__icon--cash {
    bottom: 4%;
    left: 17%;
}

body.auth-signin-page .form-holder {
    align-items: center;
    background: #fff;
    display: flex;
    flex: 1 1 36%;
    justify-content: center;
    margin-left: 0;
    min-height: 100vh;
    min-width: 0;
    padding: 16px 20px;
    width: auto;
}

body.auth-signin-page .auth-login-panel {
    align-items: center;
    background: transparent;
    display: flex;
    justify-content: center;
    min-height: auto;
    padding: 0;
    width: 100%;
}

body.auth-signin-page .auth-login-panel.form-content {
    background: transparent;
}

body.auth-signin-page .form-holder .form-content {
    margin-top: 0;
    min-height: auto;
    padding: 0;
}

body.auth-signin-page .img-holder.auth-hero {
    display: inline-block;
    height: auto;
    left: auto;
    max-width: none;
    position: relative;
    top: auto;
    width: 64%;
    z-index: 1;
}

@media (min-height: 700px) {
    body.auth-signin-page .img-holder.auth-hero {
        position: relative;
    }
}

body.auth-signin-page .auth-login-card {
    background: #fff;
    border: none;
    border-radius: 0;
    box-shadow: none;
    max-width: 400px;
    padding: 0;
    text-align: center;
    width: 100%;
}

body.auth-signin-page .auth-login-brand {
    margin-bottom: 16px;
}

body.auth-signin-page .auth-login-brand__logo {
    display: block;
    height: auto;
    image-rendering: -webkit-optimize-contrast;
    margin: 0 auto;
    max-height: 78px;
    max-width: min(100%, 300px);
    object-fit: contain;
    width: auto;
}

body.auth-signin-page .auth-login-card.form-items {
    max-width: 400px;
}

body.auth-signin-page .auth-login-panel .alert {
    margin-bottom: 12px !important;
    margin-top: 0 !important;
    padding: 0.55rem 0.75rem;
    text-align: left;
}

body.auth-signin-page .auth-field {
    display: block;
    margin: 0;
}

body.auth-signin-page .auth-field > span {
    color: #334155;
    display: block;
    font-size: 0.92rem;
    font-weight: 600;
    margin-bottom: 5px;
}

body.auth-signin-page .auth-input {
    background: #fff;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    color: #0f172a;
    font-size: 0.95rem;
    min-height: 46px;
    padding: 10px 14px;
    width: 100%;
}

body.auth-signin-page .auth-input::placeholder {
    color: #94a3b8;
    font-weight: 400;
    opacity: 1;
}

body.auth-signin-page .auth-input:focus {
    border-color: var(--auth-brand, #2563eb);
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
    outline: none;
}

body.auth-signin-page .auth-password-wrap {
    position: relative;
}

body.auth-signin-page .auth-password-wrap .auth-input {
    padding-right: 48px;
}

body.auth-signin-page .auth-password-toggle {
    align-items: center;
    background: #fff;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    color: #64748b;
    cursor: pointer;
    display: inline-flex;
    height: 30px;
    justify-content: center;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
}

body.auth-signin-page .auth-password-toggle:hover {
    border-color: #94a3b8;
    color: #475569;
}

body.auth-signin-page .auth-login-meta {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
    justify-content: space-between;
    margin-top: 2px;
    padding-bottom: 2px;
}

body.auth-signin-page .auth-login-meta a {
    color: var(--auth-brand, #2563eb);
    font-size: 0.88rem;
    font-weight: 600;
    text-decoration: none;
}

body.auth-signin-page .auth-login-meta a:hover {
    color: var(--auth-brand-hover, #1d4ed8);
    text-decoration: underline;
}

body.auth-signin-page .auth-remember {
    align-items: center;
    color: #475569;
    cursor: pointer;
    display: inline-flex;
    font-size: 0.88rem;
    gap: 8px;
    margin: 0;
    user-select: none;
}

body.auth-signin-page .auth-remember-input {
    height: 18px;
    left: auto !important;
    margin: 0;
    opacity: 0;
    position: absolute !important;
    width: 18px;
    z-index: 2;
}

body.auth-signin-page .auth-remember-mark {
    align-items: center;
    background: #fff;
    border: 1.5px solid #cbd5e1;
    border-radius: 4px;
    display: inline-flex;
    flex-shrink: 0;
    height: 18px;
    justify-content: center;
    transition: background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
    width: 18px;
}

body.auth-signin-page .auth-remember-mark::after {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    content: "";
    display: block;
    height: 9px;
    margin-top: -1px;
    opacity: 0;
    transform: rotate(45deg) scale(0.7);
    transition: opacity 0.18s ease, transform 0.18s ease;
    width: 5px;
}

body.auth-signin-page .auth-remember-input:checked + .auth-remember-mark {
    background: var(--auth-brand, #2563eb);
    border-color: var(--auth-brand, #2563eb);
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}

body.auth-signin-page .auth-remember-input:checked + .auth-remember-mark::after {
    opacity: 1;
    transform: rotate(45deg) scale(1);
}

body.auth-signin-page .auth-remember-input:focus-visible + .auth-remember-mark {
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.18);
}

body.auth-signin-page .auth-remember-text {
    line-height: 1.2;
}

body.auth-signin-page .form-content .form-button {
    margin-bottom: 4px;
    margin-top: 10px;
}

body.auth-signin-page .form-content .form-button .auth-login-submit {
    background: linear-gradient(135deg, #1ea8ff, var(--auth-brand, #2563eb));
    border: none;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(37, 99, 235, 0.22);
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    min-height: 48px;
    transition: background-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
    width: 100%;
}

body.auth-signin-page .form-content .form-button .auth-login-submit:hover {
    background: linear-gradient(135deg, #1696eb, var(--auth-brand-hover, #1d4ed8));
    box-shadow: 0 12px 28px rgba(37, 99, 235, 0.28);
}

body.auth-signin-page .auth-login-social {
    margin-top: 24px;
    padding-top: 4px;
}

body.auth-signin-page .auth-login-social > p {
    color: #334155;
    font-size: 0.92rem;
    font-weight: 600;
    margin: 0 0 8px;
}

body.auth-signin-page .auth-login-social__icons {
    align-items: center;
    display: flex;
    gap: 14px;
    justify-content: center;
}

body.auth-signin-page .auth-social-link {
    align-items: center;
    color: #64748b;
    display: inline-flex;
    font-size: 1.15rem;
    height: 34px;
    justify-content: center;
    text-decoration: none;
    transition: color 0.18s ease, transform 0.18s ease;
    width: 34px;
}

body.auth-signin-page .auth-social-link:hover {
    transform: translateY(-1px);
}

body.auth-signin-page .auth-social-link.is-facebook {
    color: #1877f2;
}

body.auth-signin-page .auth-social-link.is-linkedin {
    color: #0a66c2;
}

body.auth-signin-page .auth-social-link.is-web {
    color: #334155;
}

body.auth-signin-page .auth-social-link.is-whatsapp {
    color: #25d366;
}

body.auth-signin-page .auth-login-demo {
    color: #475569;
    font-size: 0.88rem;
    margin: 14px 0 0;
}

body.auth-signin-page .auth-login-demo a {
    color: var(--auth-brand, #2563eb);
    font-weight: 700;
    text-decoration: none;
}

body.auth-signin-page .auth-login-demo a:hover {
    text-decoration: underline;
}

body.auth-signin-page .auth-login-footer {
    align-items: center;
    border-top: 1px solid #e2e8f0;
    color: #64748b;
    display: flex;
    flex-wrap: wrap;
    font-size: 0.76rem;
    gap: 6px 12px;
    justify-content: space-between;
    margin-top: 16px;
    padding-top: 10px;
    text-align: left;
}

body.auth-signin-page .auth-login-footer strong {
    color: #334155;
    font-weight: 700;
}

@media (max-width: 991.98px) {
    body.auth-signin-page,
    body.auth-signin-page .form-body {
        background: #f5f9ff;
        min-height: 100dvh;
        overflow-x: hidden;
    }

    body.auth-signin-page .form-body>.row {
        display: flex;
        flex-direction: column;
        min-height: 100dvh;
    }

    /* Marketing hero hidden on tablet/phone — login form is the focus */
    body.auth-signin-page .img-holder.auth-hero {
        display: none !important;
    }

    body.auth-signin-page .form-holder {
        align-items: stretch;
        background: #f5f9ff;
        flex: 1 1 auto;
        justify-content: flex-start;
        margin-left: 0;
        min-height: auto;
        padding:
            max(20px, env(safe-area-inset-top, 0px))
            max(16px, env(safe-area-inset-right, 0px))
            max(24px, env(safe-area-inset-bottom, 0px))
            max(16px, env(safe-area-inset-left, 0px));
        width: 100%;
    }

    body.auth-signin-page .auth-login-panel {
        align-items: stretch;
        justify-content: flex-start;
    }

    body.auth-signin-page .form-holder .form-content,
    body.auth-signin-page .auth-login-panel.form-content {
        align-items: stretch;
        justify-content: flex-start;
        margin-top: 0 !important;
        min-height: auto;
        padding: 0 !important;
        width: 100%;
    }

    body.auth-signin-page .auth-login-card {
        background: #fff;
        border: 1px solid rgba(148, 163, 184, 0.22);
        border-radius: 16px;
        box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
        margin: 0 auto;
        max-width: 440px;
        padding: 22px 18px 18px;
        width: 100%;
    }

    body.auth-signin-page .auth-login-brand__logo {
        max-height: 64px;
        max-width: min(100%, 260px);
    }
}

@media (max-width: 575.98px) {
    body.auth-signin-page .form-holder {
        padding:
            max(16px, env(safe-area-inset-top, 0px))
            max(12px, env(safe-area-inset-right, 0px))
            max(20px, env(safe-area-inset-bottom, 0px))
            max(12px, env(safe-area-inset-left, 0px));
    }

    body.auth-signin-page .auth-login-card {
        border-radius: 14px;
        padding: 18px 14px 14px;
    }

    body.auth-signin-page .auth-login-brand {
        margin-bottom: 12px;
    }

    body.auth-signin-page .auth-login-brand__logo {
        max-height: 56px;
        max-width: min(100%, 220px);
    }

    body.auth-signin-page .auth-field > span {
        font-size: 0.875rem;
    }

    body.auth-signin-page .auth-input {
        font-size: 16px;
        min-height: 48px;
        padding: 12px 14px;
    }

    body.auth-signin-page .auth-password-wrap .auth-input {
        padding-right: 52px;
    }

    body.auth-signin-page .auth-password-toggle {
        height: 40px;
        min-height: 40px;
        min-width: 40px;
        right: 4px;
        width: 40px;
    }

    body.auth-signin-page .auth-login-meta {
        align-items: stretch;
        flex-direction: column;
        gap: 10px;
    }

    body.auth-signin-page .auth-login-meta a {
        font-size: 0.9rem;
        padding: 2px 0;
    }

    body.auth-signin-page .auth-remember {
        min-height: 44px;
    }

    body.auth-signin-page .form-content .form-button .auth-login-submit {
        font-size: 1rem;
        min-height: 48px;
    }

    body.auth-signin-page .auth-login-social {
        margin-top: 18px;
    }

    body.auth-signin-page .auth-login-social__icons {
        gap: 10px;
        justify-content: center;
    }

    body.auth-signin-page .auth-social-link {
        height: 44px;
        min-width: 44px;
        width: 44px;
    }

    body.auth-signin-page .auth-login-demo {
        font-size: 0.88rem;
        line-height: 1.45;
        margin-top: 14px;
    }

    body.auth-signin-page .auth-login-footer {
        align-items: center;
        flex-direction: column;
        font-size: 0.76rem;
        gap: 6px;
        line-height: 1.4;
        margin-top: 16px;
        text-align: center;
    }

    body.auth-signin-page #auth-live-datetime {
        max-width: 100%;
        word-break: break-word;
    }

    body.auth-signin-page .auth-login-panel .alert {
        font-size: 0.875rem;
    }
}