body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100vh;
  max-height: 100%;
}
body .reset-password {
  display: flex;
  justify-content: center;
}
body .reset-password .center {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  width: 100%;
  max-width: 1200px;
}
body .reset-password .center #partialUserResetForm {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body .reset-password .center #partialUserResetForm form {
  width: 100%;
}
body .reset-password .center #partialUserResetForm form button {
  margin-top: 20px;
  padding: 5px 10px;
  background-color: #009BDB;
  border: none;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
}
