.account-card h2 {
  margin-top: 0;
}

.account-social form {
  display: block;
}

.account-social small {
  display: block;
  margin-top: 10px;
}

.google-button {
  width: 100%;
  padding: 13px 18px;
  border: 1px solid #b6bcb4;
  background: white;
  border-radius: 3px;
  font: 700 14px var(--sans);
  cursor: pointer;
}

.google-button:hover {
  background: #f7f7f4;
}

.google-button b {
  margin-right: 10px;
  color: #4285f4;
  font-size: 18px;
}

.form-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 20px 0;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.form-divider::before,
.form-divider::after {
  height: 1px;
  background: var(--line);
  content: "";
  flex: 1;
}

.account-switch {
  margin: 22px 0 0;
}

.account-switch a {
  font-weight: 600;
  text-underline-offset: 4px;
}

.account-card form > div:has(> #id_remember) {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.account-card form > div:has(> #id_remember) label {
  line-height: 1.4;
}

#id_remember {
  order: -1;
  width: 20px;
  height: 20px;
  margin: 0;
  flex: 0 0 auto;
}
