.b2x-login {
  background-color: #fff !important;
  background-image:url(../images/B2X-Laptop_Pic.jpg);
  background-size: 100% 100%;
  padding: 0px 55px 0px 0px !important;
}

.spinner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(128, 128, 128, 0.26);
    opacity: .8;
    /*height: inherit;  */
  }

  .ajax-loader {
    position: fixed;
    left: 50%;
    top: 50%;
    display: block;
  }

  .text-center {
    text-align: center !important;
  }

  .mb-80 {
    margin-bottom: 80px !important;
  }

  .fs-16 {
    font-size: 16px;
  }

  .mandatoryClass {
    color: red;
  }

  .overFlowScroll {
    overflow: scroll;
  }

  .remove {
    background: #C76868;
    color: #FFF;
    font-weight: bold;
    font-size: 21px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    padding: 4px 9px;
    vertical-align: top;
    line-height: 100%;
  }

  input[type=number]::-webkit-outer-spin-button,
  input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  input[type=number] {
    -moz-appearance: textfield;
  }

  /*ul#navigation > li > ul {
    display: block !important;
  }*/

  #seamless-target>iframe {
    background-color: white;
    height: 400px;
    width: 500px;
    margin-left: 30%;
  }

  .white {
    background-color: white;
    color: white
  }
