body.page-user-password {
  .block-system-main-block > .block-wrapper > .content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;

    form.user-pass {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 100%;
      max-width: 350px;
      gap: 1.5rem 1rem;

      .form-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        gap: 1rem;

        label,
        input {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 100%;
          text-align: left;
        }
      }

      p {
        display: none !important;
      }
    }
  }
}
