/* =========================================================
   ÓNIX · Recover password (overrides)
   Depende de login.css
   ========================================================= */

.onx-page--recover .onx-auth__subtitle{
  max-width: 46ch;
}

.onx-recover__row{
  justify-content: center;
  margin-top: 14px;
  margin-bottom: 0;
}

/* Separación entre el campo y el submit (solo recover) */
.onx-page--recover .onx-auth__submit{
  margin-top: 14px;
}