﻿.form-label {
    font-size: 14px;
    color: white;
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
}
h3 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: white;
    margin-bottom: 20px;
}
.form-control {
    width: 100%;
    padding: 12px;
    font-size: 14px;
    border: 1px solid #e2e8f0;
    background-color: #e2e8f0;
    color: gray;
    border-radius: 8px;
    margin-bottom: 20px;
    transition: all 0.3s;
}
.form-select {
    width: 100%;
    padding: 12px;
    font-size: 14px;
    border: 1px solid #e2e8f0;
    background-color: #e2e8f0;
    color: gray;
    border-radius: 8px;
    margin-bottom: 20px;
    transition: all 0.3s;
}
.form-control:focus {
    border-color: #007bff;
    box-shadow: 0 0 6px rgba(0, 123, 255, 0.2);
    outline: none;
}


       
       
#errorMessage {
    display: none;
    color: #e74c3c;
    font-size: 12px;
    margin-bottom: 10px;
}
.forgot-password-container {
    width: 100%;
    max-width: 400px;
    padding: 30px;
    background: #00000073;
    border-radius: 45px 0px 45px 0px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    margin-left: auto;
    margin-right: 120px;
    margin-top: 120px;
}
/* Background Image */
    .forgot-password-container::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url('/images/LandingPageImage.jpeg');
        background-size: cover;
        background-position: center;
        z-index: -1;
 
    }
.LoginForm {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    border: 5px solid rgba(255, 255, 255, 0.1);
    justify-content: space-between;
    overflow: hidden;
}

    /* Background Image */
    .LoginForm::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url('/images/LandingPageImage.jpeg');
        background-size: cover;
        background-position: center;
        z-index: -1;
        
    }
/* Login Form Section */
.login-container {
    width: 40%;
    max-width: 400px;
    margin: auto;
    background: #00000073;
    border-radius: 45px 0px 45px 0px;
    padding: 30px;
    
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    text-align: center;
}

    .login-container h2 {
        margin-bottom: 20px;
        font-size: 1.8rem;
        color: white;
    }
.additional-links {
    margin-top: 15px;
    font-size: 0.9rem;
}

    .additional-links a {
        color: #35a19c;
        text-decoration: none;
    }

        .additional-links a:hover {
            text-decoration: underline;
   }
.Logincontent {
    width: 50%;
    color: white;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .Logincontent h1 {
        font-size: 2.5rem;
        font-weight: bold;
        margin-bottom: 20px;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
    }

    .Logincontent p {
        font-size: 1.5rem;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
    }
.text-danger {
    font-size: 12px;
    font-weight:bold!important;
}


.signup-container {
    width: 100%;
    max-width: 400px;
    padding: 30px;
    background: #00000073;
    border-radius: 45px 0px 45px 0px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    margin-left: auto;
    margin-right: 120px;
    margin-top: 80px;
    margin-bottom: 20px;
    transition: height 0.3s ease; /* Optional: smooth height changes */
    overflow: visible; /* ✅ allow content to expand */
    position: relative;
}

    .signup-container label,
    .signup-container input,
    .signup-container select {
        display: block;
        margin-top: -18px;
      
        width: 90%;
        height: 40px;
        text-align: left;
        margin-left:15px;
    }
.signup-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 100vh;
    width: 100%;
}

.left-content {
    width: 50%;
    padding: 50px;
   

    color: white;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .left-content h1 {
        font-size: 2.5rem;
        font-weight: bold;
        margin-bottom: 20px;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
    }

    .left-content p {
        font-size: 1.5rem;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
    }

.Setpass-container {
    width: 100%;
    background: #00000073;
    max-width: 400px;
    padding: 30px;
    border-radius: 45px 0px 45px 0px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    margin-left: auto;
    margin-right: 120px;
    margin-top: 120px;
}
   
.otp-box {
    width: 4.0rem; /* Adjust width for a single digit */
    text-align: center; /* Center the text */
    font-size: 14px; /* Make it slightly larger for readability */
    height: 35px !important;
}

.d-flex {
    display: flex;
    justify-content: left;
}
/*.btn {
    height: 38px !important;
    line-height: 30px !important;
    border-radius: 6px !important;
    font-size: 14px !important;
    
}*/

.form-icon-container {
    position: relative;
}


    .form-icon-container .fas.fa-key {
        position: absolute;
        top: 50%;
        left: 10px;
        transform: translateY(-50%);
    }

    .form-icon-container .fa-eye {
        position: absolute;
        top: 50%;
        right: 1px;
        transform: translateY(-50%);
    }


.form-control.form-icon-input {
    padding-right: 35px;
}
/* Style the modal background */
.simple-alert-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

/* Style the alert content */
.simple-alert-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    width: 300px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    position: relative;
}

/* Style the close icon (Font Awesome) */
.simple-alert-close {
    font-size: 24px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    color: #f44336;
}

    /* Close icon hover effect */
    .simple-alert-close:hover {
        color: #d32f2f;
    }
/* Password Strength */
.password-strength {
    margin-top: 20px;
    margin-bottom: 25px;
    background-color: white;
    border-radius: 4px;
    padding: 20px;
}

    .password-strength p {
        font-size: 12px;
        color: green;
        margin-bottom: 5px;
    }

.strength-meter {
    height: 4px;
    background-color: #e0e0e0;
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 10px;
}

.strength-bar {
    height: 100%;
    width: 0;
    background-color: #09be51;
    transition: width 0.3s ease, background-color 0.3s ease;
}

.password-requirements {
    list-style-type: disc;
    padding-left: 20px;
    font-size: 12px;
    color: Red;
    font-weight: bold;
}

    .password-requirements li {
        margin-bottom: 3px;
    }

        .password-requirements li.fulfilled {
            color: green;
            font-weight: bold;
        }



.top-left-logo {
    position: absolute;
    top: 20px;
    left: 30px;
    text-decoration: none;
}

    .top-left-logo .text {
        color: white; /* Change to match your theme */
        font-size: 2.5rem;
        margin: 0;
        font-family: 'Playfair Display';
        font-weight: 500;
        margin-left:40px;
    }

/* Medium Devices (Tablets, 768px and up) */
@media (max-width: 991px) {
    .LoginForm {
        flex-direction: column;
        display: inline;
    }

    .Logincontent, .login-container {
        width: 100%;
        padding: 20px;
    }

    .signup-wrapper {
        flex-direction: column;
        align-items: flex-start;
        display: inline;
    }

    .left-content, .signup-container {
        width: 100%;
        padding: 20px;
        margin: 0 auto;
        margin-top: 90px;
    }

    .forgot-password-container,
    .Setpass-container {
        margin: 60px auto 20px auto;
    }
}

/* Small Devices (Phones, less than 768px) */
@media (max-width: 767px) {
    h3, .login-container h2, .left-content h1, .Logincontent h1 {
        font-size: 1.5rem;
        margin-top: 80px;
    }

    .left-content p, .Logincontent p {
        font-size: 1rem;
    }

    .form-control, .form-select {
        font-size: 13px;
        padding: 10px;
    }

  

    .top-left-logo .text {
        font-size: 1.8rem;
        margin-left: 20px;
    }

    .otp-box {
        width: 3rem;
        height: 35px;
        font-size: 14px;
    }

    .login-container,
    .signup-container,
    .forgot-password-container,
    .Setpass-container {
        padding: 20px;
        margin: 20px auto;
        width: 90%;
    }
}

@media (max-width: 1024px) {
    #recentOtpDisplay {
        right: 50px;
        font-size: 0.85rem;
    }
}

/* Mobile devices (≤ 767px) */
@media (max-width: 767px) {
    #recentOtpDisplay {
        position: static;
        display: block;
        margin-top: -15px;
        text-align: center;
        font-size: 0.85rem;
    }
}
