/* ==========================================
   ログイン
========================================== */

.site-header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 67px;
}

.login-link {
    color: var(--color-primary);
    font-weight: 700;
    text-decoration: none;
}

.login-link:hover {
    opacity: 0.8;
}

.error-message {
    margin-bottom: 16px;
    padding: 12px;
    border-radius: 8px;
    background: #ffe5e5;
    color: #d32f2f;
    font-size: 14px;
}

.login-header {
  display: block;
  margin-bottom: 40px;
  padding-left: 28px;
  border-left: 6px solid var(--color-primary);
}

.section-label {
  margin-bottom: 8px;
  color: #777;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.login-header .section-title {
  margin-bottom: 12px;
}

.section-description {
  color: #666;
  font-size: 16px;
  line-height: 1.8;
}

.login-header h1 {
  margin-top: 15px;
  margin-bottom: 0;
}

.login-header .section-description {
  margin-top: 16px;
  margin-bottom: 0;
}