html {
	display: table;
	width: 100%;
	height: 100%;
}

body {
  border-top: 6px solid #40a7c4;
	display: table-cell;
	width: 100%;
	height: 100%;
  vertical-align: middle;
  background-color: #fff;
  margin: 0 0;
  padding: 0 0;
  color: #666;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4;
}

strong {
  font-weight: 400;
  font-size: 18px;
}

strong a {
  font-size: 24px;
  font-weight: 700;
}

.center {
  text-align: center;
  margin-bottom: 30px;
}

.normal {
  font-weight: 400;
}

.color-blue {
  color: #40a7c4;
}

.container {
  max-width: 700px;
}

.footer {
  margin: 50px auto 30px;
  max-width: 1200px;
}


img.mainlogo {
  width: 100%;
  margin-bottom: 80px;
}

a {
  color: #40a7c4;
  text-decoration: none;
  transition: all 0.3s;
}

a:hover,
a:focus {
  color: #f2922d;
  text-decoration: none;
}

.qire-logo {
  text-align: center;
  margin-top:20px;
}
.qire-logo img {
  width: 140px;
  margin: 0 20px;
}


@media (max-width: 768px) {

}
