@import url("index.css");

.container-login {
  max-width: 560px;
}

.botongris {
  width: min(100%, 240px);
  min-height: 48px;
  border: none;
  border-radius: var(--radius-pill);
  cursor: not-allowed;
  background: var(--color-text-muted);
  color: white;
  font-size: 1.05rem;
  font-weight: 950;
  opacity: .85;
}

.ocultar {
  display: none !important;
}

.acepto {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  margin-top: var(--space-2);
  color: var(--color-text);
  font-weight: 800;
}

.acepto input {
  width: 20px;
  height: 20px;
  accent-color: var(--color-secondary);
}

.cont-msj {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: var(--space-3);
  width: 100%;
}

.msj {
  width: min(100%, 380px);
  padding: var(--space-3);
  border-radius: var(--radius-md);
  background: var(--color-bg-soft);
  text-align: center;
  font-weight: 900;
}

.verde {
  color: #0f5c2d;
}

.rojo {
  color: var(--color-danger);
}

.recaptcha-error {
  display: block;
  margin-top: var(--space-2);
  color: var(--color-danger);
  font-size: .95rem;
  font-weight: 900;
  text-align: center;
}

.loader {
  height: 58px;
  width: auto;
}
