
body:empty::after {
    content: "Loading...";
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    font-size: 20px;
    transform: translate(-50%, -50%);
}

.inventory-body {
    width: 100%;
    float: left;
    position: fixed;
    min-width: 100%;
  }
  
.inventory-body.image1 {
    background: url("../images/background_1.jpg") no-repeat;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
    background-size: cover;
}

.inventory-body.image2 {
    background: url("../images/background_2.jpg") no-repeat;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
    background-size: cover;
}

.inventory-body.image3 {
    background: url("../images/background_3.jpg") no-repeat;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    background-size: cover;
}

.inventory-body.image4 {
    background: url("../images/background_4.jpg") no-repeat;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
    background-size: cover;
}

.inventory-body.image5 {
    background: url("../images/background_5.jpg") no-repeat;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
    background-size: cover;
}
  
  html, body{
    height: 100%;
    margin: 0;
  }

 
  .login-container .row-box {
    position: relative;
    width: 100%;
  }
  .login-container .row-box .title {
    font-size: 28px;
    font-weight: bold;
    color: #1D4370;
    font-family: 'Arial', sans-serif;
  }
  .login-container .row-box .login-wrapper {
    width: 350px;
    height:235px;
    margin: 150px auto;
    text-align: center;
    opacity: 1;
	padding-top:15px;
	background-color:rgba(255,255,255,0.6);
  }
  .login-container .row-box .login-wrapper .lh-logo {
    margin-bottom: 10px;
    padding: 0 30px 10px;
    border-bottom: 2px solid #fff;
  }
  .login-container .row-box .login-wrapper .app-store-img {
    border-top: 1px solid #fff;
    padding: 10px 50px;
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .login-container .row-box .login-wrapper .sign-in {
    display: block;
    width: 100%;
    float: left;
  }
  .login-container .row-box .login-wrapper .btn-sign-in {
    border: 1px solid #5F5046;
    background-color: #fff;
    color: #000000;
  }
  .login-container .row-box .login-wrapper .btn-sign-in img {
    padding-right: 15px;
    border-right: 1px solid #D9D9D9;
  }

  .login-container .row-box .login-wrapper .btn-sign-in {
    border: 1px solid #5F5046;
    background-color: #fff;
    color: #000000;

    padding: 10px 20px;
    font-size: 1rem;
    text-decoration: none;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s
}
  @media (min-width: 360px) and (max-width: 767px) {
    .login-container .row-box .login-wrapper {
      width: 90%;
      margin: 150px auto;
      text-align: center;
    }
  }
  @media (min-width: 768px) and (max-width: 1199px) {
    .login-container .row-box .login-wrapper {
      width: 90%;
      margin: 250px auto;
      text-align: center;
    }
  }
  
  body {
   margin: 0;
   padding: 0;
   font-size: 14px !important;
   font-family: Roboto, Helvetica Neue, sans-serif !important;
   overflow-x: hidden;
   background-color: #fff !important;
}

.title {
    float: left;
    width: 100%;
    margin: 15px 0;
    font-size: 22px;
    font-family: Arial;
    color: #5F5046;
    font-weight: bold;
  }

  .pd-lr-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.mg-lr-0 {
  margin-left: 15px;
  margin-right: 15px;
}

.mg-0 {
  margin: 0;
}

:focus {
  outline: -webkit-focus-ring-color auto 0px;
}

.container-fluid a:hover {
 text-decoration: none; 
}


  
  
  