body {
  background-color: #f8f9fc;
  font-size: 0.9rem !important;
}

/* Ajustes de fuente para páginas de autenticación */
.card {
  font-size: 0.85rem !important;
}

.card-title {
  font-size: 0.9rem !important;
}

.form-label {
  font-size: 0.8rem !important;
}

.form-control {
  font-size: 0.8rem !important;
}

.btn {
  font-size: 0.8rem !important;
}

.min-vh-100 {
  min-height: 100vh;
}

.card {
  border: none;
  border-radius: 10px;
  box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
}

.card-header {
  border-radius: 10px 10px 0 0;
  border-bottom: none;
}

.card-body {
  border-radius: 0 0 10px 10px;
}

.input-group-text {
  background-color: #4e73df;
  color: white;
  border: 1px solid #4e73df;
}

.btn-primary {
  background-color: #4e73df;
  border-color: #4e73df;
}

.btn-primary:hover {
  background-color: #2e59d9;
  border-color: #2653d4;
}

.form-control:focus {
  border-color: #bac8f3;
  box-shadow: 0 0 0 0.25rem rgba(78, 115, 223, 0.25);
}

.alert {
  border-radius: 5px;
}
