


.password-toggle {
    position: absolute;
    left: 91%;
    top: 34px;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 500;
}

    .password-toggle .fa {
        font-size: 22px;
        color: #6663e0;
    }


.login-body * {
    direction:ltr;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.login-body {
    position:relative;
    overflow:hidden;
    background: linear-gradient(to right, #12c2e9, #c471ed, #f64f59) !important;
    background: linear-gradient(to right, #12c2e9, #c471ed, #f64f59) !important;
}

.login-body p {
    background: none !important;
}
    .login-body .banner-text {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .login-body .form-col {
        width: 100%;
        height: 100vh;
        flex-basis: 50%;
    }

    .login-body .contant-col {
        flex-basis: 50%;
        height: 100vh;
    }
    .login-body .text-container {
        margin-left: -50px;
    }

    .login-body .social-media {
        display: flex;
        justify-content: center;
    }

    .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 .social-icon:hover {
            color: #0d6efd;
            border-color: #0d6efd;
        }

    .login-body .background-image {
        width: 600px;
        height: 600px;
        background-image: url('/images/login_bg.png');
        background-size: cover; /* Ensures the image covers the entire div */
        background-position: center; /* Centers the image */
        overflow: hidden;
    }





    .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;
    }
}
