

#loginPage #info {
  position: absolute;
  top: 70px;
  left: 0;
  width: 50%;
  margin:auto;
  background:#fff;
  text-align: center;
}

#loginPage #imgCli {
  position: relative;
  left: 0;
  right: 0;
  margin:auto;
  width: 200px;
  height: 200px;
  background-image:url('images/logoCli.png');
}

#loginPage #imgIct {
  position: relative;
  left: 0;
  right: 0;
  margin:auto;
  width: 200px;
  height: 80px;
  background-image: url('images/logoIct.png');
}