.login-form {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.login-form label {
  font-weight: 500;
}

.form-container {
  width: 100%;
}

@media (min-width: 768px) {
  .form-container {
    width: 20rem;
  }
}

.divider {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 1rem 0;
}
.divider::before,
.divider::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #f2f2f2;
}
.divider::before {
  margin-right: 0.25em;
}
.divider::after {
  margin-left: 0.25em;
}
.divider span {
  padding: 0 0.5em;
}

.password-checker-list {
  list-style: none;
}