body {
    background-image: url("images/abstract-smooth-elegant-blue-background-min.jpg");
    background-size: cover;
    background-position: center;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Lato', sans-serif;
  }
  
  .edox-login-container {
    max-width: 1100px;
    width: 100%;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: auto;
    height: 92%;
  }
  
  .edox-login-left, .edox-login-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .edox-login-left {
    padding: 3rem;
    text-align: center;
  }
  
  .edox-login-left {
    background: url("images/edox-right-image.png");
    background-size: cover;
/*    background-position: center;*/
    color: white;
    padding: 2rem;
  }
  
  .edox-login-form {
    gap: 0.5rem;
    width: 338px;
  }
  
  .form-label {
    font-size: 14px;
    color: #6c757d;
    z-index: 1;
  }
  
  .form-control {
    border: 1.55px solid #616161;
    border-radius: 0.375rem;
    box-shadow: none;
  }
  
  .form-control:focus {
    border-color: #ced4da;
    box-shadow: none;
    outline: none;
  }
  
  .position-relative i {
    font-size: 1rem;
    color: #6c757d;
  }
  
  /* Media Queries */
@media (max-width: 768px) {
    .edox-login-container {
/*      height: auto;*/
    }
  
    .edox-login-left, .edox-login-right {
      padding: 1.5rem;
    }
  
    .edox-login-left h3 {
      font-size: 1.5rem;
    }
    
    .edox-login-right h3 {
      font-size: 1.25rem;
    }

    .mobile-margin-top{
      margin-top: 30%;
    }

    body{
      height: auto;
    }

    

  .w-50{
    width: 80% !important;
  }
}


.logo {
    max-width: 120px;
    margin-bottom: -1rem;
    margin-top: -3rem;
}


.edox-login-form {
    gap: 1rem; /* Increased gap between fields for better spacing */
    width: 100%; /* Allows form to expand within container */
    max-width: 500px; /* Ensures a consistent width for all fields */
    margin: 0 auto; /* Centers the form horizontally */
}

.form-control {
    width: 100%; /* Ensures input fields take the full width of the form */
    max-width: 500px; /* Sets a maximum width for the input fields */
    border: 2px solid #616161;
    border-radius: 0.375rem;
    box-shadow: none;
}

.edox-login-right {
    text-align: center; /* Centers the content in the right panel */
}

.line-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem auto;
    width: 48%;
    max-width: 500px; /* Adjust as needed */
}

.line-container span {
    flex: 1;
    height: 1px; /* Thicker line */
    background: #8d8d8d; /* Black for contrast */
}

.line-container p {
    margin: .3rem 1rem;
    font-size: .6rem; /* Adjust font size */
    color: #333; /* Darker gray for better visibility */
}


.signup_btn:hover{
  background-color: #0d4d7a !important;

  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
  transform: translateY(-1px);
}

.gmail_login_btn:hover{
  background-color: #f0ecec4d !important;

  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
  transform: translateY(-1px);
}

.text-danger{
  font-size: small;
  float: left !important;
}

input[readonly] {
    cursor: not-allowed;
}

#password::placeholder { color: #C6C5C5; }
#username::placeholder { color: #C6C5C5; }
#firstName::placeholder { color: #C6C5C5; }
#lastName::placeholder { color: #C6C5C5; }
#phone::placeholder { color: #C6C5C5; }
#email::placeholder { color: #C6C5C5; }
#organisation::placeholder { color: #C6C5C5; }
#panCard::placeholder { color: #C6C5C5; }
#confirmPassword::placeholder { color: #C6C5C5; }

  