.img-foreign
{
    width: 100%;
    background:linear-gradient(to top, rgba(255,0,0,0), rgba(48,79,254,0.75)), url("../img/agency-login-screen.jpg") no-repeat center bottom;
    background-size: cover;
    padding: 60px 40px 30px 40px;
}

  .ps__thumb-x,
  .ps__thumb-y
  {
    background: #FF8A00;
  }

  .ps__rail-x,
  .ps__rail-y{
    opacity: 1;
  }

  .table-scroll
  {
    max-height: 500px;
    overflow-y: scroll;
  }
