@font-face {
    font-family: 'NunitoSans-Regular';
    src: url(../fonts/NunitoSans-Regular.ttf);
}

@font-face {
    font-family: 'Poppins-Regular';
    src: url(../fonts/Poppins-Regular.ttf);
}

[data-bs-theme=dark] {
    color-scheme: dark;
    --bs-body-color:white !important;
    --bs-body-color-rgb: 222, 226, 230;
    --bs-body-bg: #0E0042 !important;
}
html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
.navbar-expand-lg{
    background-color: #0E0042 !important;
}
.container-fluid {
    height: 100%;
}

.row {
    height: 100%;
}

.left-col-main-login {
    background-image: url(../svg/background\ animation.svg) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    padding: 20px !important;
}

.left-col-image {
    max-width: 322px;
    width: 100%;
    height: auto;
    /* margin:  auto ; */
    margin-top: 20%;
}

.left-col-heading {
    font-family: 'Poppins-Regular';
    font-size: 34px;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
    color: white;
    max-width: 332px;
    width: 100%;
    margin: 0 auto;
}

.laptop-use-image {
    max-width: 341px;
    width: 100%;
    height: auto;
    margin: 20px auto 0;
}

.right-col-main-login {
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-main-heading {
    font-family: 'Poppins-Regular';
    font-size: 22px;
    font-weight: 600;
    line-height: 33px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}

.login-button {
    background-color: rgba(37, 0, 176, 1) !important;
    max-width: 170px !important;
    width: 100% !important;
    height: 48px;
    border-radius: 7px;
    font-family: 'Poppins-Regular';
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: white !important;


}

.form-label {
    font-family: 'Poppins-Regular';
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}
.container-fluid .btn.btn-primary {
    background-color: white;
    width: 98px;
    font-weight: bold;
    height: 39px;
    color: rgb(60 49 100);
}
.container-fluid .btn.btn-primary:hover {
    color: white;
    width: 98px;
    font-weight: bold;
    height: 39px;
    background-color: rgb(60 49 100);
    border: none;
}

.form-check-label {
    font-family: 'Poppins-Regular';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(125, 133, 146, 1);

}
.login-form-input {
    min-width: 403px !important;
    width: 100% !important; /* Use 100% of the parent container */
    border: 1px solid rgba(238, 238, 238, 1) !important;
    border-radius: 7px;
    padding: 10px;
    display: block; /* Ensures proper box behavior */
}

.navbar-search-input-container {
    position: relative;
    max-width: 403px !important;
    width: 100% !important; /* Match parent container width */
}

.navbar-search-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: grey;
    font-size: 1rem;
    cursor: pointer;
    /* Makes the icon interactive */
    pointer-events: auto;
    /* Allow click events */

}
.forgot-password-login {
    font-family: 'Poppins-Regular';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: right;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(125, 133, 146, 1);
    text-decoration: none;
    font-style: none;
    cursor: pointer;
}
.navbar-search-input {
    width: 100% !important; /* Ensure input fits the container */
    height: 48px;
    padding-right: 1rem;
    border: 1px solid rgba(238, 238, 238, 1) !important;
    border-radius: 7px;
}

.third-row-login {
    width: 100% !important; /* Ensure consistent responsiveness */
    gap: 20px;
}

/* Responsive Adjustments for Mobile */
@media (max-width: 500px) {
    .login-form-input {
        min-width: 303px !important;
        width: 100% !important;
    }

    .navbar-search-input-container {
        min-width: 303px !important;
        width: 100% !important;
    }

    .third-row-login {
        width: 100% !important;
        gap: 20px;
    }
}
@media(max-width:990px){

    .form-content {
        scale: 1.7;
        margin-top: 32px;
    }
}
@media(max-width:568px){

    .form-content {
        scale: 2;
        margin-top: 225px;
    }
}
