  .general {

      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-around;
      height: 90vh;
      margin: auto;

  }

  .pTitulo {

      color: black !important;
  }

  form>div {
      margin: 10px;
  }

  @media (min-width:768px) {

      .general {
          width: 25vw;
      }

  }

  .line-height {
      line-height: 1rem;
  }