:root {
  --primary-color: #0c1a4b;         /* azul oscuro institucional */
  --primary-light: #1a2f7a;         /* azul más suave para hover/fondo */
}

  @media (min-width: 768px) {
    .login-padding {
      padding-top: 20px;
    }
  }

  /* Estilos premium mejorados */
  .premium-container {
    max-width: 440px;
    margin: 0 auto;
  }

  .premium-card {
    border: none;
    border-radius: 16px;
    box-shadow: 0 12px 40px rgba(12, 26, 75, 0.1);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.1);
    background: white;
    border: 1px solid rgba(12, 26, 75, 0.08);
  }

  .premium-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(12, 26, 75, 0.15);
  }

  .premium-header {
    background: linear-gradient(135deg, #0c1a4b, #1a2f7a);
    color: white;
    padding: 28px 20px;
    text-align: center;
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
  }

  .premium-header::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    height: 40px;
    background: white;
    transform: skewY(-3deg);
    z-index: 1;
  }

  .premium-title {
    font-weight: 700;
    letter-spacing: 0.8px;
    font-size: 1.8rem;
    margin-bottom: 5px;
    position: relative;
    z-index: 2;
    color: #fff;
  }

  .premium-subtitle {
    font-size: 0.95rem;
    opacity: 0.9;
    margin-top: 5px;
    font-weight: 400;
    position: relative;
    z-index: 2;
    color: #fff;
  }

  .premium-form-container {
    padding: 30px 35px;
    position: relative;
  }

  .premium-input-group {
    margin-bottom: 25px;
    position: relative;
  }

  .premium-label {
    font-weight: 600;
    color: #444;
    margin-bottom: 10px;
    font-size: 0.95rem;
    display: block;
    transition: all 0.3s;
  }

  .premium-input {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 14px 18px;
    font-size: 1rem;
    transition: all 0.3s;
    background-color: #fcfcfc;
    width: 100%;
    color: #333;
  }

  .premium-input:focus {
    border-color: #0c1a4b;
    box-shadow: 0 0 0 3px rgba(12, 26, 75, 0.08);
    background-color: white;
    outline: none;
  }

  .premium-input::placeholder {
    color: #aaa;
    font-weight: 300;
  }

  .premium-btn {
    background: linear-gradient(135deg, #0c1a4b, #1a2f7a);
    border: none;
    border-radius: 10px;
    padding: 16px;
    font-weight: 600;
    letter-spacing: 0.8px;
    transition: all 0.3s;
    text-transform: uppercase;
    font-size: 0.95rem;
    color: white;
    width: 100%;
    cursor: pointer;
    margin-top: 10px;
  }

  .premium-btn:hover {
    background: linear-gradient(135deg, #15255e, #233a8a);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(12, 26, 75, 0.2);
  }

  .premium-divider {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    position: relative;
    margin: 30px 0;
  }

  .premium-divider::before {
    content: "o";
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    padding: 0 15px;
    color: #999;
    font-size: 0.9rem;
    font-style: italic;
  }

  .premium-contact {
    color: #666;
    font-size: 0.9rem;
    text-align: center;
  }

  .premium-contact-title {
    font-weight: 600;
    color: #444;
    margin-bottom: 15px;
    font-size: 0.95rem;
  }

  .premium-contact a {
    color: #0c1a4b;
    text-decoration: none;
    transition: all 0.2s;
    font-weight: 600;
    display: inline-block;
    margin: 5px 0;
  }

  .premium-contact a:hover {
    color: #1a2f7a;
    text-decoration: none;
    transform: translateX(3px);
  }

  .premium-icon {
    color: #0c1a4b;
    margin-right: 10px;
    width: 18px;
    text-align: center;
    transition: all 0.2s;
  }

  .premium-contact a:hover .premium-icon {
    color: #1a2f7a;
    transform: scale(1.1);
  }

  .premium-footer-logo {
    text-align: center;
    margin-top: 30px;
  }

  .premium-footer-logo img {
    height: 30px;
    opacity: 0.8;
  }


.main-footer{
  z-index: -1 !important;
}
.login-help-links {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.login-help-links a {
  color: #0066cc;
  text-decoration: none;
  font-size: 0.9rem;
}

.login-help-links a:hover {
  text-decoration: underline;
}

.login-support {
  margin-top: 1.5rem;
  font-size: 0.85rem;
  color: #666;
  line-height: 1.4;
}

.premium-input-group {
  margin-bottom: 1.2rem;
}

.premium-btn {
  width: 100%;
  padding: 12px;
  margin-top: 0.5rem;
}