/* ------------------------------------------------------------
   RESET PASSWORD PAGE
------------------------------------------------------------ */

.section {
  min-height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.reset-wrapper {
  max-width: 420px;
  width: 100%;
  text-align: center;
}
