#Wrapper {
    position: relative;
    min-height: 100vh;
}

#Content {
  padding-bottom: 5.5rem;    /* Footer height */
}

#Footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 5.5rem;            /* Footer height */
}

#loginWrapper {
  margin-bottom: 100px;
}

#lang {
  font-weight: 100;
  width: 20px;
}
  
ul li {
  color: #aeb0f3;
} 

#btnContact {
  margin-top: 20px;
}

#contactdetails {
  display: none;
}

#privacyPolicy{
  padding-top:160px;
  padding-bottom:0px;
  background-image:url(../images/home_pay_pic11.png);
  background-repeat:no-repeat;
  background-position: center 200px;
}

#dataPR {
  padding-top: 100px;
}

@media only screen and (min-width: 960px) and (max-width: 1920px) {
  #privacyPolicy{
    background-position: center 220px;
  }
}

@media only screen and (min-width: 1921px) {
  #privacyPolicy{
    background-position: center -70px;
  }
}