html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 40px; /* Margin bottom by footer height */
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 160px; /* Set the fixed height of the footer here */
}

.grid-price {
  color:#1660aa;
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  .thumbnail-grid p.lead {
    font-size: 16px;
  }
  .grid-price {
    font-size: 13px;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .thumbnail-grid p.lead {
    font-size: 18px;
  }
  .grid-price {
    font-size: 14px;
  }
}

a.listing-box {
  text-decoration: none;
  color: inherit;
}

a.listing-box:hover {
  text-decoration: none;
  color: inherit;
}

.propertyLogin {
    height: 100vh;
}

.form-wrapper {
    margin-top: -15vh;
}

#login-form .form-control {
    height: 50px;
}

#login-form input::-webkit-input-placeholder, #login-form textarea::-webkit-input-placeholder {
  color: #999;
  font-weight: lighter;
}
#login-form input:-ms-input-placeholder, #login-form textarea:-ms-input-placeholder {
  color: #999;
  font-weight: lighter;
}
#login-form input::-ms-input-placeholder, #login-form textarea::-ms-input-placeholder {
  color: #999;
  font-weight: lighter;
}
#login-form input::placeholder, #login-form textarea::placeholder {
  color: #999;
  font-weight: lighter;
}

#login-form em.error {
    display: none !important;
}
.lead-error-msg {
    text-align: center;
    margin-top: 10px;
}
#login-form .input-group-text {
    border-radius: 0;
}

.form-wrapper, .prop-hidden-wrapper {
    background-color: #eee;
    opacity: 0.8;
}
.link-privacy {
    text-decoration: underline;
    font-size: 90%;
}
.font-90 { font-size: 90%;}
.wl-logo {
    max-width: 380px;
}
.listing-address {
    color: #222;
    font-size: 0.9rem;
    text-align: center;
    font-weight: 500;
}
.listing-info {
    color: #333;
    font-size: 0.9rem;
    text-align: center;
    margin-top: 15px;
}
.l-box {
    border-radius: 0.35rem; 
    overflow: hidden; 
    margin-bottom: 40px;
}
.l-divider {
    margin-bottom: 33px;
}

@media (max-width: 991.98px) { 
    .listing-address {
        color: #000;
        font-size: 0.9rem;
        font-weight: 500;
    }
    .listing-info {
        font-size: 0.9rem;
    }
    .l-box {
        margin-bottom: 20px;
    }
    .l-divider {
        margin-bottom: 17px;
    }
}
@media (max-width: 767.98px) { 
    .listing-info {
        margin-top: 10px;
    }
}
@media (max-width: 575.98px) { 
    .listing-address {
        font-size: 0.8rem;
    }
    .listing-info {
        font-size: 0.8rem;
    }
    .wl-logo {
        max-width: 90%;
    }
}