body {
  font-family: system-ui, sans-serif;
  background: #f5f7fa;
  color: #1c1c1c;
}

.container {
  max-width: 520px;
  margin: 80px auto;
  background: white;
  padding: 32px;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

h1 {
  margin-bottom: 24px;
  color: #1F3A5F;
}

label {
  display: block;
  margin-top: 16px;
  font-weight: 500;
}

input {
  width: 100%;
  padding: 10px;
  margin-top: 6px;
}

.btn {
  display: inline-block;
  margin-top: 24px;
  padding: 12px;
  width: 100%;
  border: none;
  cursor: pointer;
}

.primary {
  background: #1F3A5F;
  color: white;
}

.secondary {
  background: #EAF1F8;
  color: #1F3A5F;
  text-decoration: none;
  text-align: center;
}
