
    .login-body .social-icon {
        height: 46px;
        width: 46px;
        border: 1px solid #333;
        margin: 8px 0.45rem;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        color: #333;
        font-size: 1.3rem;
        border-radius: 50%;
        transition: all 0.5s;
    }



 




    .login-body .drop {
        position: absolute;
        height: 200px;
        width: 200px;
        background: #54ABFB;
        border-radius: 51% 49% 48% 52% / 62% 44% 56% 38%;
        opacity: 0.8;
        border: 2px solid #3d93ff;
    }

        .login-body .drop::before {
            content: "";
            position: absolute;
            height: 100%;
            width: 100%;
            background: #318CFE;
            border-radius: 51% 49% 48% 52% / 62% 44% 56% 38%;
            box-shadow: -20px 30px 16px #1B6CFB, -40px 60px 32px #1b6cfb, inset -6px 6px 10px #1B6CFB, inset 2px 6px 10px #1a74e5, inset 20px -20px 22px white, inset 40px -40px 44px #a8ceff;
        }

        .login-body .drop::after {
            content: "";
            position: absolute;
            height: 40px;
            width: 40px;
            background: #E6FDFB;
            border-radius: 44% 56% 46% 54% / 36% 50% 50% 64%;
            left: 130px;
            top: 40px;
            box-shadow: 16px 40px 0 -10px white;
            opacity: 0.8;
        }

    .login-body .drop1 {
        left: -100px;
        top: -50px;
    }

    .login-body .drop2 {
        right: -100px;
        /* bottom: -50px; */
        bottom: 0;
        z-index: 1;
        border-radius: 46% 50% 39% 54% / 56% 57% 50% 50%;
    }

        .login-body .drop2::before {
            border-radius: 46% 50% 39% 54% / 56% 57% 50% 50%;
        }


/*

.row, .row > * {
        margin:0 !important;
        padding:0 !important;
    }*/


.form-control {
    display: block;
    margin:0 !important;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: var(--bs-form-control-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

/* -------------------Media Queries--------------------- */

@media screen and (max-width: 700px) {
    .login-body .form-container {
        margin-top: -100px;
    }
    .login-body  .form-row {
        flex-direction: column-reverse;
    }
    .login-body .text-container {
        margin-top: -60px;
        margin-left: 0;
    }
}





/*new style*//**/


/* Reset and Base Styles */
/**, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
*/
:root {
    --primary-color: #0d6efd;
    --primary-dark: #0a58ca;
    --primary-light: #6ea8fe;
    --secondary-color: #6c757d;
    --success-color: #198754;
    --danger-color: #dc3545;
    --white: #ffffff;
    --light-gray: #f8f9fa;
    --gray: #6c757d;
    --dark: #212529;
    --border-radius: 10px;
    --input-radius: 5px;
    --shadow: 0 3px 8px rgba(0, 0, 0, 0.24);
    --transition: all 0.3s ease;
    --gradient: linear-gradient(to right, #12c2e9, #c471ed, #f64f59);
}

html, body {
    height: 100%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: var(--dark);
}

    html[dir="rtl"] {
        direction: rtl;
        text-align: right;
    }

    html[dir="ltr"] {
        direction: ltr;
        text-align: left;
    }

/* Login Body */
.login-body {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    background: var(--gradient);
}

/* Login Container */
.login-container {
    display: flex;
    flex-direction: row;
    height: 100vh;
}

/* Form Column */
.form-column {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.form-wrapper {
    width: 100%;
    max-width: 450px;
    padding: 0 20px;
}

.form-card {
    background: rgba(255, 255, 255, 1);
    border-radius: var(--border-radius);
    box-shadow: var(--shadow);
    padding: 30px 20px;
    z-index: 100;
    position: relative;
}

/* Content Column */
.content-column {
    flex: 1;
    display: flex;
    align-items: center;
}

html[dir="rtl"] .content-column {
    margin-right: -65px !important
}

html[dir="ltr"] .content-column {
    margin-left: -65px !important
}

.content-wrapper {
    width: 100%;
    position: relative;
}

/* Logo */
.logo-container {
    text-align: center;
    margin-bottom: 20px;
}

.company-logo {
    width: 120px;
    height: 125px;
    object-fit: contain;
}

/* Form Elements */
.login-form {
    padding: 0 20px;
}

.login-body .input-field {
    display: flex;
    align-items: center;
    background-color: var(--white);
    border-radius: var(--input-radius);
    margin-bottom: 0 !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-left: 5px solid var(--primary-color);
    overflow: hidden;
}

.login-body .input-icon {
    padding: 0 15px;
    display: flex;
    align-items: center;
    color: var(--gray);
}

.login-body .input-divider {
    width: 1px;
    height: 24px;
    background-color: var(--gray);
    margin: 0 10px;
}

.login-body .input-field input,
.login-body .input-field select {
    flex: 1;
    padding: 0 !important;
    border: none;
    outline: none;
    font-size: 1rem;
    background: transparent;
}

.login-body .select-field select {
    width: 100%;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%236c757d' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 30px;
}

html[dir="rtl"] .login-body .select-field select {
    background-position: left 10px center;
    padding-right: 15px;
    padding-left: 30px;
}

/* Error Message */
.login-body .error-message {
    color: var(--danger-color);
    text-align: center;
    margin-bottom: 15px;
    font-size: 0.9rem;
}

/* Button */
.login-body .button-container {
    text-align: center;
    margin: 20px 0;
}

.login-body .login-button {
    background-color: var(--primary-color);
    color: var(--white);
    border: none;
    border-radius: 5px;
    padding: 15px 40px;
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    transition: var(--transition);
    min-width: 200px;
    position: relative;
}

    .login-button:hover {
        background-color: var(--primary-dark);
    }

    .login-button:disabled {
        background-color: var(--secondary-color);
        cursor: not-allowed;
    }

/* Loading Spinner */
.login-body .loading-spinner {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: var(--white);
    animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* Social Media */
.social-media {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.login-body .social-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 46px;
    height: 46px;
    border: 1px solid var(--gray);
    border-radius: 50%;
    margin: 0 10px;
    color: var(--gray);
    text-decoration: none;
    transition: var(--transition);
}

    .login-body .social-icon:hover {
        color: var(--primary-color);
        border-color: var(--primary-color);
    }

/* Icons */
.login-body .icon {
    width: 24px;
    height: 24px;
    fill: currentColor;
}

/* Background Image and Bubbles */
.login-body .background-image {
    width: 600px;
    height: 600px;
    background-image: url('../../images/login_bg.png');
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

/* Banner Text */
.login-body .banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: var(--white);
    z-index: 3;
    width: 100%;
    padding: 0 40px;
}

    .login-body .banner-text h1 {
        font-size: 1.5rem;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    .login-body .banner-text p {
        font-size: 1rem;
    }

/* Decorative Drops */
.drop {
    position: absolute;
    height: 200px;
    width: 200px;
    background: #54ABFB;
    border-radius: 51% 49% 48% 52% / 62% 44% 56% 38%;
    opacity: 0.8;
    border: 2px solid #3d93ff;
}

    .drop::before {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        background: #318CFE;
        border-radius: 51% 49% 48% 52% / 62% 44% 56% 38%;
        box-shadow: -20px 30px 16px #1B6CFB, -40px 60px 32px #1b6cfb, inset -6px 6px 10px #1B6CFB, inset 2px 6px 10px #1a74e5, inset 20px -20px 22px white, inset 40px -40px 44px #a8ceff;
    }

    .drop::after {
        content: "";
        position: absolute;
        height: 40px;
        width: 40px;
        background: #E6FDFB;
        border-radius: 44% 56% 46% 54% / 36% 50% 50% 64%;
        left: 130px;
        top: 40px;
        box-shadow: 16px 40px 0 -10px white;
        opacity: 0.8;
    }

.drop1 {
    left: -100px;
    top: -50px;
}

.drop2 {
    right: -100px;
    bottom: 0;
    z-index: 1;
    border-radius: 46% 50% 39% 54% / 56% 57% 50% 50%;
}

    .drop2::before {
        border-radius: 46% 50% 39% 54% / 56% 57% 50% 50%;
    }

/* Bubble Animations */
#background-wrap {
    bottom: 0;
    left: 0;
    position: relative;
    right: 0;
    top: 0;
    z-index: 1;
}

/* Bubbles */
.bubble {
    border-radius: 50%;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
    height: 200px;
    position: absolute;
    width: 200px;
}

    .bubble:after {
        background: radial-gradient(ellipse at center, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 70%);
        border-radius: 50%;
        box-shadow: inset 0 20px 30px rgba(255, 255, 255, 0.3);
        content: "";
        height: 180px;
        left: 10px;
        position: absolute;
        width: 180px;
    }

/* KEYFRAMES */
@keyframes animateBubble {
    0% {
        margin-top: 1000px;
    }

    100% {
        margin-top: -100%;
    }
}

@keyframes sideWays {
    0% {
        margin-left: 0px;
    }

    100% {
        margin-left: 50px;
    }
}

/* ANIMATIONS */
.x1 {
    animation: animateBubble 25s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: -5%;
    top: 5%;
    transform: scale(0.6);
}

.x2 {
    animation: animateBubble 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
    left: 5%;
    top: 80%;
    transform: scale(0.4);
}

.x3 {
    animation: animateBubble 28s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: 10%;
    top: 40%;
    transform: scale(0.7);
}

.x4 {
    animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
    left: 20%;
    top: 0;
    transform: scale(0.3);
}

.x5 {
    animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
    left: 30%;
    top: 50%;
    transform: scale(0.5);
}

.x6 {
    animation: animateBubble 21s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: 50%;
    top: 0;
    transform: scale(0.8);
}

.x7 {
    animation: animateBubble 20s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: 65%;
    top: 70%;
    transform: scale(0.4);
}

.x8 {
    animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
    left: 80%;
    top: 10%;
    transform: scale(0.3);
}

.x9 {
    animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
    left: 90%;
    top: 50%;
    transform: scale(0.6);
}

.x10 {
    animation: animateBubble 26s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: 80%;
    top: 80%;
    transform: scale(0.3);
}

/* Responsive Design */
@media (max-width: 992px) {
    .login-container {
        flex-direction: column-reverse;
        height: auto;
    }

    .form-column,
    .content-column {
        flex: none;
        width: 100%;
    }

    .form-wrapper {
        max-width: 100%;
        padding: 20px;
        margin: 0 auto;
    }

    .content-wrapper {
        padding: 20px 0;
    }

    .background-image {
        width: 100%;
        height: 300px;
        margin: 0 auto;
    }
}

@media (max-width: 576px) {
    .form-card {
        padding: 20px 10px;
    }

    .login-form {
        padding: 0 10px;
    }

    .background-image {
        height: 250px;
    }

    .banner-text h1 {
        font-size: 1.2rem;
    }

    .banner-text p {
        font-size: 0.9rem;
    }
}

/* Add styles for the back button and button row */
.login-body .button-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
}

.login-body .back-button {
    background-color: var(--secondary-color);
    color: var(--white);
    border: none;
    border-radius: 5px;
    padding: 15px 30px;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    transition: var(--transition);
    display: flex;
    align-items: center;
    gap: 8px;
}

    .login-body .back-button:hover {
        background-color: var(--dark);
    }

.login-body .icon-back {
    width: 16px;
    height: 16px;
}

html[dir="rtl"] .login-body .icon-back {
    transform: scaleX(-1);
}

/* Update the button container to accommodate the button row */
/* Add styles for the back button and button row */
/* Add styles for the back button and button row */
/* Add styles for the back button and button row */
.login-body .button-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
}

.login-body .back-button {
    background-color: var(--secondary-color);
    color: var(--white);
    border: none;
    border-radius: 5px;
    padding: 15px 30px;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    transition: var(--transition);
    display: flex;
    align-items: center;
    gap: 8px;
}

    .login-body .back-button:hover {
        background-color: var(--dark);
    }

.login-body .icon-back {
    width: 16px;
    height: 16px;
}

html[dir="rtl"] .login-body .icon-back {
    transform: scaleX(-1);
}

/* Update the button container to accommodate the button row */
.login-body .button-container {
    margin: 20px 0;
}

@media (max-width: 576px) {
    .login-body .button-row {
        flex-direction: column;
        gap: 15px;
    }

    .login-body .back-button,
    .login-body .login-button {
        width: 100%;
        justify-content: center;
    }
}



/* Add styles for the corner back button */
.login-body .corner-back-button {
    position: absolute;
    top: 15px;
    background-color: transparent;
    color: var(--secondary-color);
    border: none;
    cursor: pointer;
    padding: 8px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
    z-index: 10;
}

html[dir="rtl"] .login-body .corner-back-button {
    right: 15px;
}

html[dir="ltr"] .login-body .corner-back-button {
    left: 15px;
}

.login-body .corner-back-button:hover {
    background-color: rgba(0, 0, 0, 0.05);
    color: var(--primary-color);
}

.login-body .corner-back-button .icon {
    width: 24px;
    height: 24px;
}


/* Add styles for the POS badge */
.login-body .pos-badge {
    position: absolute;
    top: -15px;
    right: 20px;
    background: linear-gradient(135deg, var(--primary-color), var(--primary-dark));
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 14px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    gap: 5px;
    z-index: 10;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    animation: badge-glow 2s infinite alternate;
}

html[dir="rtl"] .login-body .pos-badge {
    right: 20px;
    left: auto;
}

html[dir="ltr"] .login-body .pos-badge {
    left: 20px;
    right: auto;
}







.login-body  .pos-badge .pos-icon {
    width: 18px;
    height: 18px;
}

@keyframes badge-glow {
    from {
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    }

    to {
        box-shadow: 0 3px 15px rgba(var(--primary-color-rgb, 13, 110, 253), 0.6);
    }
}
