.distable {
    display: table;
  }
  .distable-row {
    display: table-row;
  }
  .distable-cell {
    display: table-cell;
    vertical-align: middle;
  }
  .distable > .distable-row > .distable-cell {
    padding: 2px;
  }
  .distable > .distable-row > .distable-cell > label {
    margin: 0;
  }

  .search-btns {
    padding-top: 21px !important;
  }

  .pack-name{
    background-color: #d6d6d6;
    font-size: 20px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 2px;
  }

  .pack-price{
    background-color: #3c8dbc;
    font-size: 26px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: white;
    margin-bottom: 5px;
  }

  .pack-amount{
    background-color: #d6d6d6;
    font-size: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 2px;
  }

  .pack-amount>span{
    color: #3c8dbc;
    font-weight: bold;
  }

  .pack-duration{
    background-color: #d6d6d6;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 2px;
  }

  .pack-validity{
    background-color: #d6d6d6;
    font-size: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 2px;
  }

  .pack-setup{
    background-color: #abaaaa;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 2px;
    color: white;
  }

  .pack-buy{
    background-color: #d6d6d6;
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .highlight-ticket{
    font-weight: bold;
    /* background-color: #eae9e9; */
    background-color: #f9f0c1;
  }

  /* ============ login page styles =========== */
  .login-page {
      background-image: url("../img/background.png");
      background-size: cover;
      width: auto;
      height: auto;
  }

  #sbl_SBlogo {
      height: 120px;
      width: auto;
      margin-top: 20px;
  }

  #sbl_mainBox {
      background-color: #F0F6F6;
      width: 350px;

      text-align: center;
      border-radius: 24px;
      margin: auto;
      margin-top: 60px;
      margin-bottom: 60px;
      -webkit-box-shadow: 0 0 30px #5083DC;
      box-shadow: 0 0 30px #5083DC;
  }

  @media screen and (max-width: 400px) {
      #sbl_mainBox {
      width: 290px;
      }
  }

  #sbl_hello {
      font-weight: bold;
      font-size: 24px;
      margin-top: 4px;
      color: #30358F;
  }

  #sbl_signInText {
      margin-top: 32px;
      font-size: 12px;
      color: #949494;
  }

  .flex-container {
      display: flex;
      justify-content: center;
      margin-top: 10px;
  }

  .sbl_child1 {
      width: 15%;
      margin-right: 4px;
  }

  @media screen and (max-width: 400px) {
      .sbl_child1 {
          width: 18%;
          margin-left: 20px;
      }
  }

  #sbl_email {
      height: 16px;
      width: auto;
      margin-top: 15px;
  }


  .sbl_emailBox {
      width: 46px;
      height: 46px;
      background-color: #FFFFFF;
      box-shadow: 2px 6px 6px 2px #C2C8C8;
  }

  .sbl_child2 {
      width: 60%;
  }

  .sbl_emailInput {
      height: 46px;
      background-color: #FFFFFF;
      font-size: 15px;
      color: #fcfcfc;
      box-shadow: 0 6px 6px 0 #C2C8C8;
  }

  @media screen and (max-width: 400px) {
      .sbl_child2 {
          width: 78%;
          margin-right: 4px;
      }

      .sbl_emailInput {
          width: 200px;
      }
  }

  .sbl_em {
      border-top-style: hidden;
      border-right-style: hidden;
      border-left-style: hidden;
      border-bottom-style: hidden;
      padding-top: 12px;
      color: #30358F;
  }

  .sbl_em:focus{
      outline: none;
  }

  #sbl_passwordImg {
      height: 20px;
      width: auto;
      margin-top: 15px;
  }

  input[type=checkbox], input[type=radio] {
      margin: 30px 6px 0;
      margin-top: 1px\9;
      line-height: normal;
  }

  #sbl_rem {
      float: left;
      margin-left: 35px;
      color: #949494;
      font-size: 12px;
  }

  @media screen and (max-width: 400px) {
      #sbl_rem {
          float: left;
          margin-left: 18px;
          color: #949494;
          font-size: 12px;
      }
  }


  #sbl_forgot {
      margin-top: 30px;
      margin-right: -20px;

  }

  #sbl_forgot a { 
      color: #949494;
      font-size: 12px;
      font-style: italic;
  }


  #sbl_loginBtn {
      background-color: #4C68FD;
      color: white;
      padding: 12px 20px;
      margin: 8px 0;
      border: none;
      cursor: pointer;
      border-radius: 34px;
      width: 75%;
      margin-bottom: 40px;
      margin-top: 25px;
  }

  .sbl-error-alert {
    margin-left: 12%; 
    margin-right: 12%;
  }