      .auth-split {
          min-height: 100vh;
      }

      .auth-branding {
          flex: 1 1 auto;
          background-color: #ffffff;
          background-image: url("../images/grid.svg");
          background-repeat: repeat;
          background-size: 380px auto;
          background-position: top left;
      }

      .auth-branding .brand-inner {
          padding: 5px;
      }

      .auth-form {
          flex: 0 0 480px;
          max-width: 100%;
         /* background: #fff;*/
      }

      @media (min-width: 992px) {
          .auth-form {
              flex-basis: 480px;
          }
      }

      .auth-link {
          transition: color .2s ease;
      }

      .auth-link:hover {
          color: #348396 !important;
          text-decoration: underline;
      }