/* Centrar logo en login */
.login-logo, .login-logo a {
  text-align: center !important;
}
.login-logo img {
  max-width: 280px;
  height: auto;
  display: inline-block;
}

/* Toggle ojo dentro del input-group de Jazzmin */
.sgc-eye-toggle {
  cursor: pointer;
  user-select: none;
}
.sgc-eye-toggle svg {
  width: 18px;
  height: 18px;
  vertical-align: middle;
}

/* Fallback vanilla admin */
.sgc-pwd-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}
.sgc-pwd-wrapper input[type="password"],
.sgc-pwd-wrapper input[type="text"] {
  padding-right: 2.6em;
  box-sizing: border-box;
  width: 100%;
}
.sgc-pwd-btn {
  position: absolute;
  right: .6em;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  padding: 2px;
  color: #666;
  line-height: 1;
  display: flex;
  align-items: center;
}
.sgc-pwd-btn:hover {
  color: #333;
}
.sgc-pwd-btn svg {
  width: 20px;
  height: 20px;
}
