.custom-logo{
    width: 200px;
}

.login-banner-background{
    /* background-image: url('../images/app-settings/login-banner.jpeg'); */
    background-size: cover;
    background-attachment: fixed;
}

.y-overflow-scroll{
    overflow-x: scroll;
    border: 2px solid white;
}


.property-img{
    height: 350px;
  }
  
  .thumbnails img{
    height: 50px;
    margin-right: 2px;
    margin-bottom: 5px;
  }
  
  .thumbnails img.is-active{
    border: 4px solid rgb(59, 59, 59);
  }
  
  .w-20 {
    width: 18% !important;
  }
  
  .brand-logo{
    background: transparent;
  }
  
  .size-175{
    font-size: 1.75em !important;
  }
  
  .profile-photo{
    
  }
  
  .profile-photo img{
    width: 85px;
    height: 85px;
  }  