.main-layout-auth {
    background: url('/images/login-signup-back.png') no-repeat center center fixed; /* Background image */
    background-size: cover;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
  }
  
  .div-with-border
  {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    border: 1px solid #cbcbcb;
    border-radius: 5px;
  }
  
  /* .bg-white {
    width: 350px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  } */

  .bg-white {
    background-color: #ffffff !important;
  }
  .bg-lg-gray{
    background-color: #00000030 !important;
  }
  .bg-blue{
    background-color: #0022ff;
    color: white !important;
  }
  .bg-maron{
    background-color: #8d1111;
    color: white !important;
  }
  .color-white
  {
    color: white !important;
  }
.bg-theme{
  background-color: #000000 !important; 
}

.bg-body{
  background-color:#e3e3e3 !important; 
}
.bg-l-blue{
  background-color:#aabdc7 !important; 
}
  input.form-control {
    height: 40px;
  }

  input.form-control {
    margin-bottom: 10px;
  }
  
  .button-login {
    background-color: #ffcc00;
    border: none;
    color: black;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    cursor: pointer;
  }
  
  .button-login:hover {
    background-color: #e6b800;
  }
  
  
/* Login Page */
.bg-light {
    background-color: #f8f9fa !important; /* Light grey background */
}
.custom-eye{
  cursor: pointer !important;
  height: 40px !important;
  margin-top: -10px;
}
.login-box {
    width: 350px;
}

.login-logo {
    width: 150px;
}

.password-toggle {
    cursor: pointer;
}

.forgot-password {
    font-weight: bold;
}

.login-btn {
    color: black;
    padding: 10px;
    font-size: 13px;
    height: 40px;
}
.login-btn:hover {
    background-color: #e6b800; /* Darker yellow on hover */
}

.input-group.mb-2 {
    display: flex; /* Make the input group a flex container */
    align-items: center; /* Center items vertically */
  }
  
  .password-input {
    width: calc(100% - 40px); /* Take the remaining space minus the width of the eye icon container */
    flex-grow: 1; /* Allow the input to expand in the flex container */
    border-top-right-radius: 0; /* Remove the border radius on the right side */
    border-bottom-right-radius: 0; /* Remove the border radius on the right side */
  }

  .password-input:focus{
    box-shadow: none !important;
    border: 1px solid #dfe3e7 !important;
  }
  
  .password-toggle {
    width: 40px;
    text-align: center;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: none;
    height: 30px;
    padding: 0;
  }
  

  /* Sign Up Page */

  .signup-container {
    width: 350px;
    padding: 20px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}
.logo {
    font-size: 24px;
    font-weight: bold;
    color: #ffcc00;
}
.btn-primary {
  background-color: #f4382e;
  border: none;
  font-size: 15px;
  color: rgb(255, 255, 255);
  padding: 5px 10px;
  border-radius: 3px;
  max-width: 180px;
}
.btn-primary:hover {
    background-color: #8899a8;
}

.form-group-sign {
    display: flex; /* Arrange child elements horizontally */
    align-items: center; /* Align items vertically in the center */
    gap: 10px; /* Add spacing between elements */
  }
  
  .form-select-sign {
    flex: 1; /* Allow the select to take up equal space */
    border: 1px solid;
    color: rgb(63, 63, 63);
  }

  .form-select-sign option {
    color: rgb(63, 63, 63);
  }
  
  .form-control-sign {
    flex: 1;
    border: 1px solid;
    height: 23px;
    margin-top: 7px;
    padding-left: 10px;
    color:rgb(63, 63, 63);
  }

  .user-exist{
    background-color: green;
    color: white;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
  }
  .required-field
  {
    background-color: red;
    color: white;
  }

  .margin-top-10
  {
    margin-top: 10px;
  }
  .margin-5
  {
    margin: 5px;
  }
.terms-condition-title
{
      font-weight: bold;
    color: blue;
    margin: 0 4px;
    cursor: pointer;
}


/* After Register */
.message-box {
  padding: 30px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.message-box p {
    margin-bottom: 10px !important;
    font-size: 13px !important;
}
.inactive-ext{
  margin-left: 10px;
    background-color: black;
    padding: 0 10px;
    border-radius: 5px;
}

.title {
  font-size: 24px;
  color: #333;
  margin-bottom: 20px;
}

.content {
  font-size: 16px;
  color: #555;
  line-height: 1.5;
  margin-bottom: 15px;
}

.highlight {
  color: #2D89EF;
  font-weight: bold;
}

.inactive {
    color: #ff5e5e;
    padding: 5px 10px;
    font-size: 20px;
    font-weight: bold;
}

.active {
  color: #107C10;
  font-weight: bold;
}
.active-tab
{
    background-color: #e20c2c !important;
    color: white !important;
}

.action-button {
  padding: 10px 20px;
  font-size: 16px;
  color: #fff;
  background-color: #2D89EF;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.action-button:hover {
  background-color: #1b5dab;
}

.pass-criteria-parent{
  text-align: left;
  color: #656565;
  font-size: 12px;
}
.pass-criteria-parent ul{
      margin-top: 0;
    padding-left: 1rem;
    list-style-type: disc;
    text-align: left;
}
.yellow-mark-text
{
      background-color: yellow;
    padding: 0 4px;
    font-weight: bold;
}