#login-button {
  background-color: #007bff !important;
  /* Bootstrap Primary Blue */
  color: white;
  border-color: #007bff;
}

#login-button:disabled {
  background-color: #007bff !important;
  /* Ensure it stays blue when disabled */
  color: white;
  border-color: #007bff;
}

.custom-primary {
  color: #0B5DD8;
}

.password-container {
  position: relative;
}

.password-toggle {
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  cursor: pointer;
}

.btn-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.btn-loading .spinner-border {
  margin-left: 10px;
}

.text-center {
  text-align: center;
}

.circle-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5em;
  height: 1.5em;
  margin-left: 0.5em;
  border-radius: 50%;
  background-color: #0d6efd;
  color: white;
  font-size: 0.75em;
}

.spinner-border {
  margin-left: 0.5em;
}

.text-error {
  color: red;
  font-weight: bold;
  /* Optional: make the text bold */
}

.success-message {
  color: green;
  /* Define the color for success messages */
  font-weight: bold;
  display: none;
  /* Hide initially */
}

.login-register-holder .nospacing {
  font-weight: 600;
  text-decoration: none;
}

@media (max-width: 576px) {
  .login-register-holder .nospacing {
    font-size: 12px;
    line-height: 1rem;
    padding: 0rem 0rem !important;
  }

  .login-register-holder .no-spacing-for-btnlink {
    font-size: 12px;
    line-height: 1rem;
    padding-top: 0.1rem;
  }
}

.custom-tooltip-text {
  visibility: visible;
  position: absolute;
  z-index: 2;
  width: 17rem;
  color: #ffff;
  font-size: 11px;
  background-color: #000000;
  border-radius: 10px;
  padding: 10px 15px 10px 15px;
  font-weight: normal;
}