html, body {
	color: #333333;
}
.centered {
  position: absolute;
  margin: auto;
  top: -17%;
  right: 0;
  bottom: 0;
  left: 0;
  width: 350px;
  height: 350px;
  background-color: transparent;
  border-radius: 3px;
}


.centered .logo1 img{
	width: 100%;

}
.centered .logo2 img{
	width: 100%;

}


.centered .con{
	margin-top: 15px;
	text-align: center;
}


.centered .con .label {
	width: 100%;
	border-radius: 3px;
	background-color: transparent;
	color: #333;
	font-weight: 300;
	padding: 6px;
	font-size: 14px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.centered .con .label i {
	font-size: 14px;
}

