.reset-heading-with-back-to-login {
  margin-bottom: 1.25em;
}

.reset-heading-with-back-to-login .back-button {
  display: inline-block;
  color: #111;
  line-height: 1.5;
}

.reset-heading-with-back-to-login fa-icon {
  margin-bottom: .5rem;
  display: inline-block;
  background-image: url(/icons/arrow-left.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: 16px;
  width: 20px;
}

/* Validation summary styling */
.validation-summary-valid {
  display: none;
}

.validation-summary-errors {
  color: #dc3545;
  margin-bottom: 1.5rem;
  display: block;
}

.validation-summary-errors ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.validation-summary-errors li {
  color: #dc3545;
  font-size: 0.9375rem;
  margin-bottom: 0.5rem;
}