<div class="input-container m-1">
          <div class="input-text-group pb-05">
            <label class="padding-bottom-xs">Username *</label>
            <input type="text" placeholder="Enter your username" class="label-input" />
          </div>
          <div class="input-text-group">
            <label class="color-text-error padding-bottom-xs">Password *</label>
            <input type="password" placeholder="Enter password" class="label-input input-error" />
            <span class="color-text-error text-italic text-xs">Wrong Password. Try again.</span>
          </div>
        </div>