.page-login-portal-failed-login-reasons {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f4f7f6;
}

.page-login-portal-failed-login-reasons .hero-section {
  background: linear-gradient(135deg, #003366 0%, #0a4f94 100%);
  color: #fff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-login-portal-failed-login-reasons .hero-section::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at top left, rgba(255, 215, 0, 0.1) 0%, transparent 70%);
  transform: rotate(20deg);
  z-index: 0;
}

.page-login-portal-failed-login-reasons .hero-section .container {
  position: relative;
  z-index: 1;
}

.page-login-portal-failed-login-reasons h1 {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #FFD700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-login-portal-failed-login-reasons .hero-section p {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 30px;
}

.page-login-portal-failed-login-reasons .btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  white-space: nowrap;
}

.page-login-portal-failed-login-reasons .btn-primary {
  background-color: #FFD700;
  color: #003366;
  border: 2px solid #FFD700;
}

.page-login-portal-failed-login-reasons .btn-primary:hover {
  background-color: #e6c200;
  color: #002244;
  transform: translateY(-2px);
}

.page-login-portal-failed-login-reasons .btn-secondary {
  background-color: #003366;
  color: #FFD700;
  border: 2px solid #FFD700;
  margin-top: 15px;
}

.page-login-portal-failed-login-reasons .btn-secondary:hover {
  background-color: #002244;
  color: #ffe066;
  transform: translateY(-2px);
}

.page-login-portal-failed-login-reasons .content-section {
  padding: 60px 0;
  background-color: #ffffff;
}

.page-login-portal-failed-login-reasons .container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-login-portal-failed-login-reasons .main-article {
  background-color: #fff;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.page-login-portal-failed-login-reasons h2 {
  font-size: 2em;
  color: #003366;
  margin-top: 40px;
  margin-bottom: 25px;
  border-bottom: 3px solid #FFD700;
  padding-bottom: 10px;
}

.page-login-portal-failed-login-reasons h3 {
  font-size: 1.6em;
  color: #003366;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-login-portal-failed-login-reasons h4 {
  font-size: 1.2em;
  color: #003366;
  margin-top: 20px;
  margin-bottom: 10px;
}

.page-login-portal-failed-login-reasons p {
  margin-bottom: 15px;
  color: #555;
}

.page-login-portal-failed-login-reasons ul,
.page-login-portal-failed-login-reasons ol {
  margin-bottom: 20px;
  padding-left: 25px;
}

.page-login-portal-failed-login-reasons ul li,
.page-login-portal-failed-login-reasons ol li {
  margin-bottom: 10px;
  color: #444;
}

.page-login-portal-failed-login-reasons ul li::marker {
  color: #FFD700;
}

.page-login-portal-failed-login-reasons ol li::marker {
  font-weight: bold;
  color: #003366;
}

.page-login-portal-failed-login-reasons .reason-item {
  background-color: #f9f9f9;
  border: 1px solid #eee;
  border-left: 5px solid #003366;
  padding: 25px;
  margin-bottom: 30px;
  border-radius: 5px;
  transition: box-shadow 0.3s ease;
}

.page-login-portal-failed-login-reasons .reason-item:hover {
  box-shadow: 0 6px 20px rgba(0, 51, 102, 0.1);
}

.page-login-portal-failed-login-reasons .reason-item h3 {
  color: #003366;
  margin-top: 0;
  margin-bottom: 15px;
}

.page-login-portal-failed-login-reasons .reason-image {
  width: 100%;
  max-width: 500px;
  height: auto;
  display: block;
  margin: 0 auto 20px;
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-login-portal-failed-login-reasons h1 {
    font-size: 2.2em;
  }

  .page-login-portal-failed-login-reasons .hero-section {
    padding: 60px 0;
  }

  .page-login-portal-failed-login-reasons .main-article {
    padding: 25px;
  }

  .page-login-portal-failed-login-reasons h2 {
    font-size: 1.8em;
  }

  .page-login-portal-failed-login-reasons h3 {
    font-size: 1.4em;
  }

  .page-login-portal-failed-login-reasons .btn {
    padding: 10px 20px;
  }
}

@media (max-width: 480px) {
  .page-login-portal-failed-login-reasons h1 {
    font-size: 1.8em;
  }

  .page-login-portal-failed-login-reasons .hero-section p {
    font-size: 1em;
  }

  .page-login-portal-failed-login-reasons .main-article {
    padding: 15px;
  }

  .page-login-portal-failed-login-reasons h2 {
    font-size: 1.5em;
  }

  .page-login-portal-failed-login-reasons h3 {
    font-size: 1.2em;
  }

  .page-login-portal-failed-login-reasons ul,
  .page-login-portal-failed-login-reasons ol {
    padding-left: 20px;
  }
}