.sigin-main-page{
    background: #1E1C2A !important;
    height: 100vh;
 }
    /* signup */


    .signup-container {
      background: #191A24;
      padding: 2rem;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
      border-radius: 14px;
      /* width: 508px; */
      border: Mixed solid #23232C
    }
   .sign-section{
    padding-top: 100px !important;
    height: 100vh;
   }

    .signup-container   h2 {
        text-align: center;
      margin-bottom: 1.5rem;
      color:#FFFFFF ;
    }
    input[type="text"],select,
    input[type="email"],
    input[type="password"],
    input[type="number"] {
      width: 100%;
      padding: 10px;
      margin: 0.5rem 0 1rem 0;
      border-radius: 4px;
      background: #2F324180;
      color: #fff !important;
      border-radius: 9.14px;
    }

    input::placeholder {
    color: #FFFFFF !important; /* Change this to your desired color */
    opacity: 1;  /* Ensure it's fully visible */
  }

  input {
    padding: 10px;
    width: 100%;
    margin-bottom: 1rem;
    border: 1px solid #2F324180;
    border-radius: 4px;
  }
    .login-btn  {
      width: 100%;
      padding: 10px;
      background-color: #F9CA14;
      color: white;
      border: none;
      border-radius: 8px;
      cursor: pointer;
      display: block;
      text-align: center;
    }
   .login-btn :hover {
      background-color: #f5b100;
    }
    .width-btn{
      width: 100%;
    }
    .form-footer {
      text-align: center;
      margin-top: 1rem;
    }
    .form-footer a {
      text-decoration: none;
      color: #007bff;
    }

/* Responsive Media Queries */
@media screen and (max-width: 992px) {
    .login-flex {
        flex-direction: column;
        align-items: center;
    }

    .signup-container {
        width: 90%;
    }

    .image-col {
        display: none;
    }
}

@media screen and (max-width: 576px) {
    .signup-container {
        padding: 1.5rem;
    }

    .signup-container h2 {
        font-size: 1.5rem;
    }

    button {
        font-size: 1rem;
    }
}

    /* header */

    .top-label {
  color: #bbb;
  font-size: 12px;
  padding: 10px;
}

.main-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #151325;
  color: #FFFFFF;
  padding: 16px 24px;
}

.logo {
  display: flex;
  align-items: center;
}

/* .logo img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
} */

.logo-text {
  color: #007bff;
  font-weight: bold;
  font-size: 20px;
}

.nav-links {
  display: flex;
  gap: 24px;
}

.nav-links a {
  color: white;
  text-decoration: none;
  font-size: 14px;
}

.nav-links a:hover {
  text-decoration: underline;
}

.settings-icon {
  font-size: 18px;
  color: white;
  cursor: pointer;
}
.register{
  font-family: Inter Tight;
font-weight: 600;
font-size: 18.62px;
line-height: 160%;
letter-spacing: 0px;

}

 .options {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 20px;
      font-size: 14px;
    }

    .options input[type="checkbox"] {
      margin-right: 8px;
    }

    .check-box{
      width: 50px;

    }

    .input-chn{
      align-items:baseline !important;
    }