#intro {
          height: 100vh;
        }

        .form-control {
          max-width: 100%;
          width: 100%;
          height: 50px;
          border-radius: 500px;
          border: 0 none;
          padding: 10px 20px;
          background: rgb(255 255 255);
          color: rgb(59 59 59);
          border: 1px solid rgb(0 0 0 / 0.2);
          transition: 0.2s ease-in-out;
          transition-property: color, background-color, border;
          box-shadow: none;
        }
        .text-gray-custom {
          color: #3b3b3b !important;
        }

        .login-button button {
          width: 100%;
          background: #1f4e3d;
          color: rgb(255 255 255);
          font-size: 18px;
          border-radius: 50px;
          padding: 8px 40px;
          font-weight: 600;
          border: none;
        }

        /* Height for devices larger than 576px */
        @media (min-width: 992px) {
          /* #intro {
          margin-top: -58.59px;
        } */
        }

        .navbar .nav-link {
          color: #fff !important;
        }
