.content {
        padding: 7rem 0;
      }
      .p-50 {
        padding: 50px;
      }
      body {
          background-image: url(/img/hexagon.svg);
          background-repeat: no-repeat;
          background-size: cover;
      }

      label.error{
        color:red;
        font-size: 11px;
      }