.auth-container {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.auth-card {
  width: 100%;
  max-width: 400px;
  background: white;
  border-radius: var(--border-radius-large);
  box-shadow: var(--shadow-large);
  padding: 40px;
}

.auth-header {
  text-align: center;
  margin-bottom: 32px;
}

.logo {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.auth-header h1 {
  margin-bottom: 8px;
  color: var(--gosuslugi-text);
}

.auth-header p {
  color: var(--gosuslugi-gray);
  font-size: 0.875rem;
}

.auth-form .form-group:last-of-type {
  margin-bottom: 24px;
}

.error-message {
  background-color: #FFEBEE;
  color: var(--gosuslugi-red);
  padding: 12px;
  border-radius: var(--border-radius);
  margin-bottom: 16px;
  font-size: 0.875rem;
  border-left: 4px solid var(--gosuslugi-red);
}

.auth-footer {
  text-align: center;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--gosuslugi-gray-light);
}

.auth-footer p {
  color: var(--gosuslugi-gray);
  font-size: 0.875rem;
  margin: 0;
}
