/* Login page password visibility toggle fix */
#togglePassword-login {
  position: static !important;
  right: auto !important;
  top: auto !important;
  transform: none !important;
  border-left: 0;
}

#togglePassword-register {
  position: static !important;
  right: auto !important;
  top: auto !important;
  transform: none !important;
  border-left: 0;
}

/* Ensure input-group buttons align properly */
.input-group .btn-outline-secondary {
  border-left: 0;
  border-color: #ced4da;
}

.input-group .form-control:focus + .btn-outline-secondary {
  border-color: #86b7fe;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}