.password-reset-button {
  min-height: 42px;
  margin-right: auto;
  padding: 0 16px;
  border: 1px solid #b8c5d6;
  border-radius: 9px;
  background: #f6f8fb;
  color: #314866;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.password-reset-button:hover {
  border-color: #8197b8;
  background: #edf2f8;
}

.password-reset-button:disabled {
  cursor: wait;
  opacity: .6;
}

.password-reset-feedback {
  margin: 14px 24px 0;
}

@media (max-width: 560px) {
  .modal-actions .password-reset-button {
    flex-basis: 100%;
    margin-right: 0;
  }

  .modal-actions {
    flex-wrap: wrap;
  }
}
