/*!*******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/components/auth/auth.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************/
/* Contenedor principal de autenticación - Más claro */
.auth_authContainer__TKyRe {
  min-height: 100vh;
  background: linear-gradient(
    135deg,
    #f8fafc 0%,
    #f1f5f9 100%
  ); /* Azul muy claro */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  font-family: system-ui, sans-serif;
}

.auth_authWrapper__Pn3Ro {
  width: 100%;
  max-width: 480px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

/* Tarjeta del formulario - Blanco con sombra suave */
.auth_authCard__Ertrr {
  background: #ffffff; /* Blanco puro */
  border-radius: 16px;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
  padding: 2.5rem 2rem;
  width: 100%;
  border: 1px solid #e2e8f0; /* Borde muy claro */
  position: relative;
  overflow: hidden;
}

.auth_authCard__Ertrr::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(
    90deg,
    #3b82f6 0%,
    #6366f1 50%,
    #8b5cf6 100%
  ); /* Azules vibrantes */
}

/* Header del formulario */
.auth_authHeader__TqFRx {
  text-align: center;
  margin-bottom: 2rem;
}

.auth_authTitle__r8o_t {
  font-size: 1.875rem;
  font-weight: 700;
  color: #1e40af; /* Azul fuerte pero no muy oscuro */
  margin: 0 0 0.5rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}

.auth_authIcon__2sVT2 {
  font-size: 2rem;
  color: #3b82f6; /* Azul vibrante */
}

.auth_authSubtitle__c5YRM {
  color: #64748b; /* Gris azulado claro */
  font-size: 1rem;
  margin: 0;
  line-height: 1.5;
}

/* Formulario */
.auth_authForm__vwRtY {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.auth_formGroup__dZXW6 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.auth_formRow__zY9AX {
  display: flex;
  gap: 1rem;
}

.auth_formRow__zY9AX .auth_formGroup__dZXW6 {
  flex: 1;
}

/* Error del servidor */
.auth_serverError__bbQ1X {
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
  border: 1px solid #f87171; /* Rojo más suave */
  border-radius: 8px;
  padding: 0.875rem 1rem;
  color: #dc2626;
  font-weight: 500;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.5rem;
}

.auth_errorIcon__fKN4I {
  font-size: 1.1rem;
  color: #ef4444; /* Rojo más claro */
  flex-shrink: 0;
}

/* Enlaces de navegación */
.auth_authLink__SvudL {
  text-align: center;
  margin-top: 1rem;
  background: #ffffff; /* Fondo blanco */
  padding: 1.5rem;
  border-radius: 12px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  border: 1px solid #e2e8f0;
}

.auth_authLink__SvudL p {
  color: #475569; /* Gris más claro */
  font-size: 0.9rem;
  margin: 0;
}

.auth_authLink__SvudL a {
  color: #3b82f6; /* Azul vibrante */
  text-decoration: none;
  font-weight: 600;
  transition: all 0.2s ease;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
}

.auth_authLink__SvudL a:hover {
  color: #2563eb;
  background: #eff6ff; /* Azul muy claro */
  text-decoration: underline;
}

/* Submit button - Más vibrante */
.auth_authSubmitButton__mh8Yi {
  background: linear-gradient(
    135deg,
    #3b82f6 0%,
    #2563eb 100%
  ); /* Azul más vibrante */
  color: white;
  border: none;
  border-radius: 12px;
  padding: 0.875rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 4px 6px rgba(59, 130, 246, 0.25); /* Sombra azul suave */
  position: relative;
  overflow: hidden;
  margin-top: 0.5rem;
}

.auth_authSubmitButton__mh8Yi:hover {
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  transform: translateY(-1px);
  box-shadow: 0 6px 12px rgba(59, 130, 246, 0.35);
}

.auth_authSubmitButton__mh8Yi:active {
  transform: translateY(0);
}

.auth_authSubmitButton__mh8Yi:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
}

.auth_authSubmitButton__mh8Yi:disabled:hover {
  transform: none;
  box-shadow: 0 4px 6px rgba(59, 130, 246, 0.25);
}

/* Loading state */
.auth_authSubmitButton__mh8Yi.auth_loading__DOAcA {
  pointer-events: none;
}

.auth_authSubmitButton__mh8Yi.auth_loading__DOAcA::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top: 2px solid white;
  border-radius: 50%;
  animation: auth_spin__LFCNO 1s linear infinite;
}

@keyframes auth_spin__LFCNO {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

/* Responsive design */
@media (max-width: 768px) {
  .auth_authContainer__TKyRe {
    padding: 0.5rem;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  }

  .auth_authCard__Ertrr {
    padding: 2rem 1.5rem;
    border-radius: 12px;
  }

  .auth_authTitle__r8o_t {
    font-size: 1.5rem;
  }

  .auth_authIcon__2sVT2 {
    font-size: 1.5rem;
  }

  .auth_formRow__zY9AX {
    flex-direction: column;
    gap: 1rem;
  }

  .auth_authForm__vwRtY {
    gap: 1.25rem;
  }

  .auth_authLink__SvudL {
    padding: 1.25rem;
  }
}

@media (max-width: 480px) {
  .auth_authContainer__TKyRe {
    padding: 0.25rem;
  }

  .auth_authCard__Ertrr {
    padding: 1.5rem 1rem;
    border-radius: 8px;
  }

  .auth_authTitle__r8o_t {
    font-size: 1.25rem;
  }

  .auth_authSubtitle__c5YRM {
    font-size: 0.9rem;
  }

  .auth_formGroup__dZXW6 {
    gap: 0.75rem;
  }

  .auth_authSubmitButton__mh8Yi {
    padding: 0.75rem 1.25rem;
    font-size: 0.95rem;
  }

  .auth_authLink__SvudL {
    padding: 1rem;
  }
}

/* Estados especiales con colores más vibrantes */
.auth_authCard__Ertrr.auth_success__ApJ1f {
  border-color: #10b981; /* Verde más vibrante */
}

.auth_authCard__Ertrr.auth_success__ApJ1f::before {
  background: linear-gradient(90deg, #10b981 0%, #059669 100%);
}

.auth_authCard__Ertrr.auth_error___RiGz {
  border-color: #ef4444; /* Rojo más vibrante */
}

.auth_authCard__Ertrr.auth_error___RiGz::before {
  background: linear-gradient(90deg, #ef4444 0%, #dc2626 100%);
}

/* Focus para accesibilidad */
.auth_authSubmitButton__mh8Yi:focus,
.auth_authLink__SvudL a:focus {
  outline: 2px solid #3b82f6;
  outline-offset: 2px;
}

/* Animaciones de entrada */
.auth_authCard__Ertrr {
  animation: auth_slideInUp__eUPMg 0.3s ease;
}

@keyframes auth_slideInUp__eUPMg {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Efecto de brillo sutil en la tarjeta */
.auth_authCard__Ertrr::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.5s;
}

.auth_authCard__Ertrr:hover::after {
  left: 100%;
}

/* Modo alto contraste */
@media (prefers-contrast: high) {
  .auth_authCard__Ertrr {
    border: 3px solid #000;
    background: #fff;
  }

  .auth_authTitle__r8o_t {
    color: #000;
  }

  .auth_authSubmitButton__mh8Yi {
    background: #000;
    border: 2px solid #fff;
  }

  .auth_authLink__SvudL a {
    color: #000;
    background: #fff;
    border: 1px solid #000;
  }
}

/* Movimiento reducido */
@media (prefers-reduced-motion: reduce) {
  .auth_authCard__Ertrr,
  .auth_authSubmitButton__mh8Yi,
  .auth_authLink__SvudL a {
    animation: none;
    transition: none;
  }

  .auth_authSubmitButton__mh8Yi:hover {
    transform: none;
  }

  .auth_authCard__Ertrr::after {
    display: none;
  }
}

/* Variante clara para fondos */
.auth_authContainer__TKyRe.auth_light__klotJ {
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
}

.auth_authCard__Ertrr.auth_glass__SVX3S {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

/*!***************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/components/form/SubmitButton.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************/
/* Button.module.css */
.SubmitButton_button__aG3hh {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-weight: 500;
  color: white;
  background-color: #3498db;
  border: none;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: background-color 0.2s, transform 0.1s;
  min-width: 120px;
  min-height: 40px;
}

.SubmitButton_button__aG3hh:hover:not(:disabled) {
  background-color: #2980b9;
}

.SubmitButton_button__aG3hh:active:not(:disabled) {
  transform: scale(0.98);
}

.SubmitButton_button__aG3hh:disabled {
  background-color: #95a5a6;
  cursor: not-allowed;
  opacity: 0.7;
}

.SubmitButton_loadingContainer__6wZtS {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.SubmitButton_spinner__o0zka {
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: white;
  animation: SubmitButton_spin__add9D 0.8s linear infinite;
}

@keyframes SubmitButton_spin__add9D {
  to {
    transform: rotate(360deg);
  }
}

