body 	{
			background-image: url("tlo.jpeg"); 
			background-position: center;
			background-size: cover;
		}
		
.outer {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.middle {
  display: table-cell;
  vertical-align: middle;
}

.inner {
  margin-left: auto;
  margin-right: auto;
  width: 400px;
  /* Whatever width you want */
}

.logo {
	width: 100%;
}
	
.topleft {
  position: absolute;
  top: 16px;
  left: 16px;
  font-size: 18px;
}

.dane {
	width: 20%;
}