/* Full page background with visual effect */
.login-body {
  min-height: 100vh !important;
  padding: 10px 1rem;
  background-image: url(https://img.freepik.com/premium-vector/network-connection-background-abstract-style_23-2148875738.jpg);
  background-size: cover;
  /* Ensures the background image covers the entire screen */
  background-repeat: no-repeat;
  background-position: center center;
  /* Center the image */
  display: block;
  width: 100%;
  /* Ensures it stretches across the full width */

}


@media (max-width: 950px) {
  .login-body {
    background-size: cover;
    /* Ensures the background image covers the screen */
    background-position: center;
    /* Keeps the image centered */
    min-height: 100%;
    /* Ensures it takes the full height of the viewport on mobile */
  }


}


@media (max-width: 1324px) {
  .login-body {
    background-size: cover;
    /* Ensures the image covers the screen */
    background-position: center;
    /* Centers the image */
    min-height: 100vh !important;
    /* Ensures it takes the full height of the viewport */
  }
}

/* Form box with rounded corners */
.form-section {
  max-width: 500px;
  margin: 2em auto;
  text-align: center;
  background-color: white;
  padding: 30px 30px !important;
  max-height: 550px;
  border-radius: 150px 0px 150px 0px;
}

/* Form content center alignment */
.form-content {
  text-align: center;
}

.logo {
  max-width: 150px;
  margin-bottom: 20px;
}

h5 {
  margin-bottom: 5px;
  color: #333;
  font-weight: 500;
}

.form-group {
  margin-bottom: 10px;
}

.form-control,
.custom-dropdown {
  /* Combined styles for form controls */
  width: 100% !important;
  /* Set to full width */
  padding: 12px !important;
  border: 1px solid #ccc !important;
  border-radius: 5px !important;
  margin-top: 0px !important;

}

html,
body {
  overflow: hidden;
  /* Completely removes scrolling */
}

.toggle-password {
  margin-top: 5px;
  background: none;
  border: none;
  color: #007bff;
  cursor: pointer;
  float: right;
}

.forgot-password {
  cursor: pointer;
  float: right;
  font-size: 18px;
  color: #007bff;
}

.btn2 {
  width: 80%;
  /* Set to full width */
  padding: 12px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-left: 20px;
  margin-right: 20px;
}

.signup-text {
  margin-top: 20px;
  font-size: 18px;
}

.signup-link {
  cursor: pointer;
  color: #007bff;
}

.error-text {
  color: red;
  font-size: 12px;
}



.input-container {
  position: relative;
  /* Positioning context for the icon */
}

.toggle-password {
  position: absolute;
  right: 10px;
  /* Adjust according to your design */
  top: 50%;
  transform: translateY(-50%);
  /* Center vertically */
  background: none;
  border: none;
  cursor: pointer;
  color: #007bff;
  /* Change the color as needed */
  font-size: 16px;
  /* Adjust size as needed */
}



@media (min-width: 1350px) {
  .searcbox-data {

    margin-right: 519px !important;
    margin-left: -98px !important;
  }
}


@media (max-width: 1470px) {
  .searcbox-data {

    margin-right: 383px !important;
    margin-left: 24px !important;
  }
}

@media (max-width: 1400px) {
  .home-menu-data {
    max-width: 1320px !important;
  }
}

@media (max-width: 1328px) {
  .topticdata {
    margin-left: 50px !important;
  }
}

@media (max-width: 1385px) {
  .scroll-data-responsive {
    width: 246px !important;
    margin-left: 32px !important;
    margin-top: 20px !important;
  }

  .chat-box-name-data {
    width: 260px !important;
    right: 4px !important;
  }

  .scroll-fixed-data {
    right: 1px !important;
  }
}

@media (max-width: 900px) {
  .mobilescroll {
    display: none !important;
  }
}