body.portal-body {
  background: #e9edf1;
  color: #666;
  padding-top: 80px;
  min-height: 100vh;
}

.portal-navbar {
  border-top: 4px solid #52b6ec;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.portal-brand {
  font-weight: 700;
  color: #2d9cd8 !important;
}

.portal-container {
  max-width: 980px;
}

.portal-card {
  background: #fff;
  border: 1px solid #dfe5ea;
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 18px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}

.portal-card h2,
.portal-card h3 {
  margin-top: 0;
  color: #4c6c80;
}

.portal-meta {
  font-size: 12px;
  color: #8d9aa5;
  margin-bottom: 12px;
}

.portal-form .form-control {
  border-radius: 4px;
}

.portal-footer {
  margin-top: 30px;
  padding: 18px 0;
  text-align: center;
  color: #8d9aa5;
}

.portal-login-wrap {
  max-width: 460px;
  margin: 30px auto 0;
}

.portal-news-content p:last-child {
  margin-bottom: 0;
}
