body {
  background-color: #f2f2f2;
  padding: 0; /* Reset padding to 0 */
}

.header {
  background-color: #6c7a89;
  color: #fff;
  padding: 20px; /* Adjust padding here */
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header img {
  max-width: 100%;
  margin-left: 10px; /* Add margin to the left of the logo */
}

.company-logo {
  max-width: 100%;
  max-height: 50px;
  height: auto;
}

.header-buttons {
  display: flex;
  align-items: center;
  margin-top: 20px; /* Move margin here to apply to the entire button group */
}

.header-buttons .btn {
  margin-left: 10px;
}

.login-form {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.login-form h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

.login-form p {
  color: #666;
  margin-bottom: 30px;
}

.login-form .btn-custom {
  background-color: #007bff;
  border-color: #007bff;
  color: #f2f2f2;
}

.login-form .form-group {
  margin-bottom: 20px;
}

.login-form input[type="email"],
.login-form input[type="password"] {
  height: 45px;
}

.login-form button[type="submit"] {
  height: 45px;
}

.background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-image: url('assets/logi.jpg');
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.footer {
  background-color: #6c7a89;
  color: #fff;
  padding: 20px; /* Adjust padding here */
}

.footer p {
  margin: 0;
}

@media (max-width: 575.98px) {
  .header-buttons {
      justify-content: center; /* Center align buttons on small screens */
  }

  .header-buttons .btn {
      margin-left: 0; /* Remove left margin on buttons */
      margin-right: 10px; /* Add right margin on buttons */
  }

  .login-form {
      padding: 20px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .header img {
      max-width: 80%;
  }

  .login-form {
      padding: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .header img {
      max-width: 90%;
  }

  .login-form {
      padding: 25px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .header img {
      max-width: 100%;
  }

  .login-form {
      padding: 30px;
  }
}

@media (min-width: 1200px) {
  .header img {
      max-width: 100%;
  }

  .login-form {
      padding: 35px;
  }
}


 /* Loader CSS End */


 .divider:after,
 .divider:before {
 content: "";
 flex: 1;
 height: 1px;
 background: #eee;
 }
 /* .h-custom {
 height: calc(100% - 73px);
 }
 @media (max-width: 450px) {
 .h-custom {
 height: 100%;
 }
 } */

/* HROne */

body {
  overflow: hidden;
}

.main-header {
  position: sticky;
  top: 0;
  background-color: #fffbf2;
  z-index: 9999;
  padding: 10px 0;
}

.main-header .container {
  max-width: 1200px;
  margin: 0 auto;
}

.main-header .header-parent {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main-header .logo img {
  height: 70px; 
}

.main-header .buttons {
  display: flex;
  gap: min(1.25vw, 2.25vh);
  padding-block: min(1.0416666667vw, 1.875vh);
}

.main-header .green-border-btn {

  color: var(--green-color);
  padding-block: min(1.1805555556vw, 2.125vh);
  padding-inline: min(2.2916666667vw, 4.125vh);
  font-size: min(1.25vw, 2.25vh);
  line-height: min(1.5277777778vw, 2.75vh);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: min(0.3472222222vw, 0.625vh);
  color: var(--sc);
}

.green-border-btn {
  border: 1px solid #00553c;
}

.form-container {
  background-color: #f8f9fa;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.form-container label {
  font-weight: bold;
}

.form-container input[type="text"],
.form-container input[type="email"],
.form-container input[type="password"] {
  border-radius: 5px;
}

.form-container .btn-primary {
  background-color: #1f4c6f;
  border-color: #1f4c6f;
}

.form-container .btn-primary:hover {
  background-color: #143753;
  border-color: #143753;
}

.btn-floating {
  --mdb-btn-width: 2.3125rem;
  --mdb-btn-height: 2.3125rem;
  --mdb-btn-icon-width: 2.3125rem;
  --mdb-btn-icon-line-height: 2.3125rem;
  --mdb-btn-width-lg: 2.8125rem;
  --mdb-btn-height-lg: 2.8125rem;
  --mdb-btn-icon-width-lg: 2.8125rem;
  --mdb-btn-icon-line-height-lg: 2.8125rem;
  --mdb-btn-width-sm: 1.8125rem;
  --mdb-btn-height-sm: 1.8125rem;
  --mdb-btn-icon-width-sm: 1.8125rem;
  --mdb-btn-icon-line-height-sm: 1.8125rem;
  width: var(--mdb-btn-width);
  height: var(--mdb-btn-height);
}

#signupForm {
  max-height: 80vh;
  overflow-y: auto; 
}



.footer-1 {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fffbf2;
  color: #00553c; 
  height: 55px; 
  line-height: 30px;
  box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1); 
  font-size: 14px; 
}

.scrollable-form {
  max-height: calc(100vh - 190px); 
  overflow-y: auto;
}

@media (max-width: 768px) {
  .scrollable-form {
      max-height: 425px; 
  }
}

@media screen and (max-width: 576px){
  .scrollable-form {
    max-height: 425px; 
}
}

@media screen and (min-width: 414px) and (max-width: 763px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .scrollable-form {
      max-height: 450px;
  }
}


.loader {
  display: none; /* Hide loader by default */
  position: fixed;
  z-index: 9999; /* Ensure loader is on top */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
}

.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid blue;
  border-right: 16px solid green;
  border-bottom: 16px solid red;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}