body.page-user-login {
  .block-system-main-block .block-wrapper .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

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

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

      label,
      input {
        width: 100%;
        text-align: left;
      }
    }

    /* Actions */
    .form-actions {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 100%;
      gap: 2rem 0.5rem;
      margin: 0;
      padding: 0;
    }

    /* Links */
    .newcom-user-links {
      a {
        text-decoration: underline;
      }
    }
  }
}
