.create,
.divider {
  display: none !important;
}

.heading {
  margin-bottom: 24px;
}
.entry-item {
  gap: 4px;
}
#forgotPassword {
  font-weight: 400;
  text-decoration-line: underline;
  color: #000;
  margin-top: 12px;
}
.buttons {
  margin-top: 32px;
}
#createAccount {
  margin-top: 24px;
}
.create {
  width: 100%;
  margin-top: 24px;
}
#localAccountForm > div.entry > div:nth-child(1) {
  margin-bottom: 16px;
}

#migrate-info {
  background-color: #f3edd5;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px;
  gap: 24px;
  border-radius: 4px;
  margin-bottom: 24px;
}
.migrate-info-text {
  font-weight: 400;
  text-align: center;
}
.migrate-info-header {
  text-align: center;
  margin-bottom: 4px;
}
#migrate-info a {
  text-decoration: none;
}

.divider {
  display: block;
  margin-top: 40px;
  margin-bottom: 32px;
  border-bottom: 1px solid #d3d3d3;
}
.divider h2 {
  display: none;
}
.create p {
  font-weight: 400;
}

.create p.create-account-header {
  font-size: 26px;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 4px;
}

.show-password-button {
  top: 48px;
}
