/* ================================
   LOGIN - ERP MULTIEMPRESAS
================================ */

body {
  background-color: #f5f6f8;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI',
    sans-serif;
}

/* Card */
.card {
  border-radius: 10px;
}

/* Logo */
.card img {
  max-width: 80px;
}

/* Inputs */
.form-control {
  height: 42px;
  font-size: 14px;
}

/* Icono ojo */
#togglePassword i {
  font-size: 1.2rem;
  color: #6c757d;
}

#togglePassword:hover i {
  color: #0d6efd;
}

/* Mensaje de error */
#loginError {
  font-size: 13px;
}

/* Botones con iconos */
.btn {
  width: 120px;
  height: 70px;
  text-align: center;
}

.btn i {
  font-size: 1.4rem;
}

.btn small {
  display: block;
  margin-top: 4px;
  font-size: 12px;
}

/* Hover suave */
.btn-outline-primary:hover,
.btn-outline-secondary:hover {
  transform: translateY(-2px);
  transition: all 0.2s ease;
}
