﻿
/*html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;   
    font-family: 'Segoe UI', Tahoma, sans-serif;
}*/

/* MAIN CONTAINER */
/*.container {
    display: flex;
    width: 100%;
    min-height: 100vh;
}*/

/* LEFT BLUE SECTION */
/*.content-section {
    width: 45%;
    background: linear-gradient(135deg, #0d6efd, #084298);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 40px;
}

    .content-section h1 {
        font-size: 38px;
        margin-bottom: 10px;
    }

    .content-section p {
        font-size: 16px;
        opacity: 0.9;
    }*/

/* RIGHT WHITE SECTION */
/*.login-section {
    width: 55%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f5f7fb;
}*/

/* LOGIN CARD */
/*.login-box {
    width: 400px;
}*/


    /* TITLE */
    /*.login-box h2 {
        text-align: center;
        color: #0d6efd;
        margin-bottom: 35px;
        font-weight: 600;
    }*/

/* FORM GROUP */
/*.form-group {
    margin-bottom: 22px;
}

    .form-group label {
        display: block;
        font-weight: 600;
        margin-bottom: 8px;
        color: #333;
    }

    .form-group input {
        width: 100%;
        padding: 13px 14px;
        border: 1px solid #dcdcdc;
        border-radius: 6px;
        font-size: 14px;
    }

        .form-group input:focus {
            border-color: #0d6efd;
            outline: none;
        }*/

/* CAPTCHA */
/*.captcha-box {
    display: flex;
    gap: 12px;
}

.captcha-text {
    background-color: #0d6efd;
    color: white;
    padding: 13px 18px;
    border-radius: 6px;
    font-weight: bold;
    letter-spacing: 3px;
    min-width: 110px;
    text-align: center;
    min-width: 100px;
}*/

/* LOGIN BUTTON */
/*.btn-login {
    width: 100%;
    padding: 14px;
    background-color: #0d6efd;
    border: none;
    color: white;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
    margin-top: 10px;
}

    .btn-login:hover {
        background-color: #0b5ed7;
    }*/

/* LEFT CONTENT CENTER BOX */
/*.content-box {
    max-width: 480px;
    width: 100%;
    text-align: center;
}*/

    /* IMAGE CONTROL */
    /*.content-box img {
        width: 100%;
        max-width: 420px;
        height: auto;
        margin-top: 25px;
    }*/













* {
    box-sizing: border-box;
}

body {
    background-image: url('../image/circleleft.png');
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: 'Montserrat', sans-serif;
    height: 100vh;
    margin: 0;
}

    body.signup-mode {
        background-image: url('../image/circleleft.png');
    }

h1 {
    font-weight: bold;
    margin: 0;
    text-align: center;
}

h2 {
    text-align: center;
}

p {
    font-size: 14px;
    font-weight: 100;
    line-height: 20px;
    letter-spacing: 0.5px;
    margin: 20px 0 30px;
}

span {
    font-size: 12px;
}

a {
    color: #333;
    font-size: 14px;
    text-decoration: none;
    margin: 15px 0;
}

.btn {
    border-radius: 20px;
    border: 1px solid #1f6ed4;
    background-color: #5E5CE6;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 45px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: transform 80ms ease-in;
}

    .btn:active {
        transform: scale(0.95);
    }

    .btn:focus {
        outline: none;
    }

    .btn.ghost {
        background-color: transparent;
        border-color: #FFFFFF;
    }


.overlay-image-wrap {
    position: relative;
    width: 100%;
    max-width: 500px;
}

.overlay-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
}
/* button overlay on image */
.overlay-btn {
    margin-top: 30px;
    padding: 8px 16px;
    font-size: 11px;
    background-color: rgba(31, 110, 212, 0.95);
    border-color: #1f6ed4;
}

    /* hover color theme */
    .overlay-btn:hover {
        background-color: #5E5CE6;
        border-color: #1858aa;
    }


form {
    background-color: #FFFFFF;
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    padding: 0 50px;
    height: 100%;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.mb-3 {
     margin-bottom: 0rem !important; 
}
.form-label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 6px;
}
    form::-webkit-scrollbar {
        display: none;
    }

.signin-form {
    justify-content: center;
}


/*input {
    background-color: #eee;
    border: none;
    padding: 12px 15px;*/
/*    margin: 8px 0;*/
/*width: 100%;
}*/
/* ===== Modern Underline Inputs ===== */

.input-style-1 input,
.input-style-1 select,
.input-style-1 textarea,
.form-control {
    background: transparent !important;
    border: none !important;
    border-bottom: 1.5px solid #dcdcdc !important;
    border-radius: 0 !important;
    padding: 10px 0 !important;
    font-size: 14px;
    width: 100%;
    outline: none;
    box-shadow: none !important;
}

    .input-style-1 input:focus,
    .input-style-1 select:focus,
    .input-style-1 textarea:focus,
    .form-control:focus {
        border-bottom: 1.5px solid rgb(83, 82, 236) !important;
    }

/* Remove grey background from autofill */
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

/*.input-style-1 label,
.form-label {
    font-size: 13px;
    font-weight: 500;
    color: #444;
    margin-bottom: 5px;
}*/
.container {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    position: relative;
    overflow: hidden;
    width: 850px;
    max-width: 100%;
    min-height: 520px;
    border: 1px solid #e5e7eb;
    /*    justify-content: start;*/
}

.form-container {
    position: absolute;
    top: 0;
    height: 100%;
    transition: all 0.6s ease-in-out;
}

.sign-in-container {
    left: 0;
    width: 50%;
    z-index: 2;
}

.container.right-panel-active .sign-in-container {
    transform: translateX(100%);
}

.sign-up-container {
    left: 0;
    width: 50%;
    opacity: 0;
    z-index: 1;
}

.container.right-panel-active .sign-up-container {
    transform: translateX(100%);
    opacity: 1;
    z-index: 5;
    animation: show 0.6s;
}

@keyframes show {
    0%, 49.99% {
        opacity: 0;
        z-index: 1;
    }

    50%, 100% {
        opacity: 1;
        z-index: 5;
    }
}

.overlay-container {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    overflow: hidden;
    transition: transform 0.6s ease-in-out;
    z-index: 100;
    border-top-left-radius: 250px;
}

.container.right-panel-active .overlay-container {
    transform: translateX(-100%);
    border-top-left-radius: 0;
    border-top-right-radius: 250px;
}

.overlay {
    background: #828AD6;
    color: #ffffff;
    position: relative;
    left: -100%;
    width: 200%;
    height: 100%;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
    /*    border-radius: 40px;*/
}

.container.right-panel-active .overlay {
    transform: translateX(50%);
}

.overlay-panel {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 40px;
    text-align: center;
    top: 0;
    height: 100%;
    width: 50%;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
}

.overlay-left {
    transform: translateX(-20%);
}

.container.right-panel-active .overlay-left {
    transform: translateX(0);
}

.overlay-right {
    right: 0;
    transform: translateX(0);
}

.container.right-panel-active .overlay-right {
    transform: translateX(20%);
}

.social-container {
    margin: 20px 0;
}

.col-12 {
    width: 100%;
}

.social-container a {
    border: 1px solid #DDDDDD;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    height: 40px;
    width: 40px;
}

footer {
    background-color: #222;
    color: #fff;
    font-size: 14px;
    bottom: 0;
    position: fixed;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 999;
}

    footer p {
        margin: 10px 0;
    }

    footer i {
        color: red;
    }

    footer a {
        color: #3c97bf;
        text-decoration: none;
    }

/* wrapper: relative + full width */
.password-wrapper {
    position: relative;
    width: 100%;
}

    /* password input: normal full width */
    .password-wrapper .password-input {
        width: 100%;
        padding-right: 40px;
    }

/* eye button: absolute right, center vertically */
.password-toggle-btn {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    padding: 0;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1f2937;
    border-radius: 50%;
    cursor: pointer;
}

    /* icon size */
    .password-toggle-btn i {
        font-size: 16px;
    }

    /* hover color as per theme */
    .password-toggle-btn:hover {
        background-color: #e0edff;
        color: #1858aa;
    }

@media (max-width: 768px) {
    .container {
        width: 95%;
        min-height: 600px;
        display: flex;
        flex-direction: column;
    }

    .form-container {
        width: 100% !important;
        position: relative; /* Switch from absolute to relative for stacking */
        height: auto;
    }

    .overlay-container {
        display: none; /* Usually best to hide the animated overlay on small screens */
    }

    .sign-in-container,
    .container.right-panel-active .sign-in-container {
        transform: none !important;
    }
}

/* Modal Aesthetic */
/*.modal-content {
    border: none;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.signup-scroll::-webkit-scrollbar {
    width: 6px;
}

.signup-scroll::-webkit-scrollbar-thumb {
    background: #828AD6;
    border-radius: 10px;
}*/

/* Ensure modal displays over the container overlay */
/*.modal-backdrop {
    z-index: 1050;
}

.modal {
    z-index: 1060;
}*/
/* Modal Inputs */
.modal-body input[type="text"],
.modal-body input[type="tel"],
.modal-body input[type="email"],
.modal-body select {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    outline: none;
    font-size: 14px;
    background: #fff;
}

    .modal-body input:focus,
    .modal-body select:focus {
        border-color: #5E5CE6;
        box-shadow: 0 0 0 2px rgba(94,92,230,0.1);
    }

.modal-body input[type="file"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    background: #fff;
    cursor: pointer;
}

.modal-body label {
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
}
/* Modal form inputs fix */
.modal-body .form-control,
.modal-body .form-select {
    border: 1px solid #dcdcdc !important;
    border-radius: 10px !important;
    padding: 10px 14px !important;
    background: #fff !important;
}

.modal-body input[type="file"] {
    border: 1px solid #dcdcdc !important;
    border-radius: 10px;
    padding: 8px;
    background: #fff;
}
/*tanuja*/
/* Remember + Forgot Row */
.remember-forgot {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 12px;
}

.form-check-label {
    font-size: 14px;
}

.forgot-password a {
    font-size: 13px;
    color: #5E5CE6;
    text-decoration: none;
    font-weight: 500;
}

    .forgot-password a:hover {
        text-decoration: underline;
    }
    .form-check {
    margin-bottom: 0;
}
/* Login Logo */

.login-logo {
    width: 100%;
    text-align: left;
    margin-bottom: 0px;
    margin-top: 25px;
}

    .login-logo img {
        height: 40px;
        object-fit: contain;
    }