html,
    body {
        margin: 0 !important;
        padding: 0 !important;

        width: 100% !important;
        height: 100% !important;

        overflow: hidden !important;

        background: #ffffff;
    }


    /*
    |--------------------------------------------------------------------------
    | LOGIN PAGE
    |--------------------------------------------------------------------------
    */

    .login-page {
        position: fixed;

        top: 0;
        left: 0;

        width: 100vw;
        height: 100vh;

        margin: 0;
        padding: 0;

        overflow: hidden;

        background: #ffffff;
    }


    /*
    |--------------------------------------------------------------------------
    | LEFT SIDE
    |--------------------------------------------------------------------------
    */

    .login-left {
        position: absolute;
        top: 0;
        left: 0;

        width: 50%;
        height: 100%;

        display: flex;
        flex-direction: column;

        background: #ffffff;
    }

    /* TOP LEFT BRAND */
    .top-brand {
        height: 70px;

        display: flex;
        align-items: center;

        padding-left: 30px;

        flex-shrink: 0;
    }


    .top-brand-logo {
        width: auto;
        max-width: 55px;
        height: 55px;

        object-fit: contain;
    }

    .top-brand-title {
        margin-left: 8px;

        font-size: 20px;

        background: linear-gradient(135deg,
                #9873df 0%,
                #894cbe 45%,
                #552e8c 100%);

        -webkit-background-clip: text;
        background-clip: text;

        -webkit-text-fill-color: transparent;

        color: transparent;
    }



    /* MAIN LEFT AREA */
    .login-content {
        width: 100%;
        max-width: 660px;

        margin: auto;

        padding: 10px 30px 50px;
    }

    /* BRANDING */

    .login-branding {
        margin-bottom: 55px;
    }

    /*
    |--------------------------------------------------------------------------
    | SYSTEM / COMPANY
    |--------------------------------------------------------------------------
    */


    .welcome-title {
        background: linear-gradient(135deg,
                #9873df 0%,
                #894cbe 45%,
                #552e8c 100%);

        -webkit-background-clip: text;
        background-clip: text;

        -webkit-text-fill-color: transparent;

        color: transparent;

        font-size: 44px;
        font-weight: 650;

        letter-spacing: 1px;

        line-height: 1;

        margin-bottom: 24px;
    }

    /* CENTER COMPANY LOGO */
    .company-logo {
        display: block;

        width: auto;
        max-width: 171px;
        max-height: 75px;

        margin: 0 auto 24px;

        object-fit: contain;
    }

    /* COMPANY NAME */
    .company-name {
        margin-top: 0;

        color: #172033;

        font-size: 30px;
        font-weight: 400;

        line-height: 1.2;

        text-align: center;
    }


    .system-name {
        color: #172033;

        font-size: 46px;
        font-weight: 400;

        letter-spacing: 2px;

        font-family:
            'Gill Sans',
            'Gill Sans MT',
            Calibri,
            'Trebuchet MS',
            sans-serif;
    }

    .system-name strong {
        font-weight: 700;
    }



    .company-name {
        margin-top: 4px;

        color: #475569;

        font-size: 14px;
        font-weight: 600;
    }



    /*
    |--------------------------------------------------------------------------
    | SIGN IN TITLE
    |--------------------------------------------------------------------------
    */

    .sign-in-title {
        margin-bottom: 30px;

        font-size: 38px;
        font-weight: 700;

        color: #172033;
    }

    /*
    |--------------------------------------------------------------------------
    | FIELD
    |--------------------------------------------------------------------------
    */

    .login-field {
        margin-bottom: 24px;
    }


    .form-label {
        display: block;

        margin-bottom: 8px;

        font-size: 13px;
        font-weight: 600;

        color: #667085;
    }


    /*
    |--------------------------------------------------------------------------
    | INPUT
    |--------------------------------------------------------------------------
    */

    .login-input {
        height: 54px;

        padding-left: 48px;

        border: 1px solid #dbe2ea;
        border-radius: 10px;

        background: #ffffff;

        color: #1e293b;

        font-size: 14px;

        box-shadow: none;
    }


    .login-input:focus {
        border-color: #7140b4;

        box-shadow:
            0 0 0 3px rgba(113, 64, 180, 0.12);
    }

    .login-input-icon {
        position: absolute;

        top: 50%;
        left: 17px;

        transform: translateY(-50%);

        color: #7d8790;

        z-index: 5;
    }

    /* PASSWORD EYE */
    .password-toggle {
        position: absolute;

        top: 0;
        right: 0;

        width: 50px;
        height: 54px;

        display: flex;
        align-items: center;
        justify-content: center;

        border: 0;

        background: transparent;

        color: #7d8790;

        z-index: 6;
    }

    .password-toggle:hover {
        color: #7140b4;
    }




    .login-input-group {
        height: 52px;
    }


    .login-input-group .input-group-text {
        width: 48px;

        display: flex;

        align-items: center;
        justify-content: center;

        background: #ffffff;

        border-color: #d0d5dd;
        border-right: 0;

        color: #7d8790;
    }


    .login-input-group .form-control {
        height: 52px;

        padding-left: 4px;

        font-size: 14px;

        border-color: #d0d5dd;
        border-left: 0;

        box-shadow: none !important;
    }


    .login-input-group .form-control:focus {
        border-color: #8f55cc;

        box-shadow: none !important;
    }


    .login-input-group:focus-within .input-group-text {
        border-color: #8f55cc;
    }


    /*
    |--------------------------------------------------------------------------
    | INVALID
    |--------------------------------------------------------------------------
    */

    .login-input-group .form-control.is-invalid {
        border-color: #dc3545;
    }


    /*
    |--------------------------------------------------------------------------
    | BUTTON
    |--------------------------------------------------------------------------
    */

    .login-button {
        height: 54px;

        margin-top: 5px;

        border: 0;
        border-radius: 10px;

        background:
            linear-gradient(135deg,
                #8c63d7 0%,
                #713fae 45%,
                #593193 100%);

        color: #ffffff !important;

        font-size: 22px;
        font-weight: 600;

        box-shadow:
            0 8px 20px rgba(89, 49, 147, 0.25);
    }

    .login-button:hover {
        color: #ffffff !important;

        transform: translateY(-1px);

        box-shadow:
            0 10px 25px rgba(89, 49, 147, 0.35);
    }


    .login-button:hover {
        color: #ffffff;

        transform: translateY(-1px);

        box-shadow:
            0 8px 20px rgba(105, 51, 168, 0.25);
    }


    .login-button:focus {
        color: #ffffff;

        box-shadow:
            0 0 0 0.25rem rgba(149, 84, 217, 0.20);
    }


    .login-button:disabled {
        opacity: 0.7;
    }


    /*
    |--------------------------------------------------------------------------
    | RIGHT SIDE
    |--------------------------------------------------------------------------
    */

    .login-right {
        position: absolute;

        top: 0;
        right: 0;

        width: 50%;
        height: 100%;

        overflow: hidden;

        background:
            linear-gradient(135deg,
                #a052dc 0%,
                #8144c2 42%,
                #5b2c95 100%);
    }


    /*
    |--------------------------------------------------------------------------
    | RIGHT SIDE
    |--------------------------------------------------------------------------
    */

    .login-right {
        position: absolute;

        top: 0;
        right: 0;

        width: 50%;
        height: 100%;

        overflow: hidden;
    }


    /*
    |--------------------------------------------------------------------------
    | PAWNLIVE PURPLE BACKGROUND
    |--------------------------------------------------------------------------
    */

    .login-ad-content {
        position: absolute;

        inset: 0;

        width: 100%;
        height: 100%;

        overflow: hidden;

        background:

            /* TOP RIGHT LARGE CIRCLE */
            radial-gradient(circle 300px at 100% 0%,
                rgba(255, 255, 255, 0.08) 0,
                rgba(255, 255, 255, 0.08) 300px,
                transparent 301px),

            /* BOTTOM LEFT LIGHT CIRCLE */
            radial-gradient(circle 225px at 0% 100%,
                rgba(255, 255, 255, 0.06) 0,
                rgba(255, 255, 255, 0.06) 225px,
                transparent 226px),

            /* BOTTOM LEFT DARK SHAPE */
            radial-gradient(550px 350px at 7% 97%,
                #593193 50%,
                transparent 50%),

            /* SECOND BOTTOM SHAPE */
            radial-gradient(550px 350px at 25% 97%,
                rgba(64, 39, 106, 0.6) 50%,
                transparent 50%),

            /* LARGE LOWER CENTER SHAPE */
            radial-gradient(500px 460px at 48% 80%,
                #5b3396 30%,
                #9463d7 50%,
                transparent 50%),

            /* MAIN PURPLE GRADIENT */
            linear-gradient(to top right,
                rgb(140, 126, 237),
                rgb(152, 84, 203),
                #5b3396,
                #411c6a);
    }

    /*
    |--------------------------------------------------------------------------
    | ADVERTISEMENT
    |--------------------------------------------------------------------------
    */

    .login-ad-frame {
        position: absolute;

        width: 100%;
        height: 100%;

        display: flex;
        align-items: center;
        justify-content: center;

        padding: 40px 40px 90px;

        box-sizing: border-box;

        overflow: hidden;
    }


    .login-ad-frame img {
        display: block;

        width: auto;
        height: auto;

        max-width: 70%;
        max-height: 60%;

        object-fit: contain;

        transition:
            opacity 0.35s ease,
            transform 0.35s ease;
    }

    /*
    |--------------------------------------------------------------------------
    | AD NAVIGATION
    |--------------------------------------------------------------------------
    */

    .login-ad-navigation {
        position: absolute;

        z-index: 10;

        bottom: 20px;
        left: 50%;

        transform: translateX(-50%);

        display: flex;

        align-items: center;

        gap: 18px;
    }


    /*
    |--------------------------------------------------------------------------
    | ARROWS
    |--------------------------------------------------------------------------
    */

    .login-ad-arrow {
        width: 42px;
        height: 42px;

        display: flex;

        align-items: center;
        justify-content: center;

        padding: 0;

        border: 0;

        border-radius: 50%;

        background: rgba(255, 255, 255, 0.12);

        color: rgba(255, 255, 255, 0.8);

        transition:
            background 0.2s ease,
            color 0.2s ease,
            transform 0.2s ease;
    }


    .login-ad-arrow:hover {
        background: rgba(255, 255, 255, 0.22);

        color: #ffffff;

        transform: scale(1.05);
    }


    /*
    |--------------------------------------------------------------------------
    | DOTS
    |--------------------------------------------------------------------------
    */

    .login-ad-dots {
        display: flex;

        align-items: center;

        gap: 12px;
    }


    .login-ad-dot {
        display: block;

        width: 12px;
        height: 12px;

        border-radius: 50%;

        background: rgba(255, 255, 255, 0.35);

        cursor: pointer;

        transition:
            width 0.3s ease,
            background-color 0.3s ease;
    }


    .login-ad-dot-active {
        width: 32px;
        height: 14px;

        border-radius: 10px;

        background: #ffffff;
    }


    /*
    |--------------------------------------------------------------------------
    | TABLET
    |--------------------------------------------------------------------------
    */

    @media (max-width: 992px) {

        .login-right {
            display: none;
        }


        .login-left {
            width: 100%;
        }


        .login-content {
            max-width: 500px;

            padding: 30px;
        }

    }


    /*
    |--------------------------------------------------------------------------
    | MOBILE
    |--------------------------------------------------------------------------
    */

    @media (max-width: 576px) {

        .login-content {
            padding: 24px;
        }


        .system-name {
            font-size: 30px;
        }


        .sign-in-title {
            font-size: 27px;
        }


        .company-name {
            margin-bottom: 40px;
        }

    }