html {
	display: table;
	width: 100%;
	height: 100%;
}

body {
	display: table-cell;
	width: 100%;
	height: 100%;
  vertical-align: middle;
  background-color: #003747;
  margin: 0 0;
  padding: 0 0;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 14px;
  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;
  font-size: 16px;
}

.container {
  max-width: 700px;
}

img.mainlogo {
  width: 100%;
  margin-bottom: 80px;
}

a {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
}

a:hover,
a:focus {
  color: rgba(255,255,255,0.5);
  text-decoration: none;
}

.qire-logo {
  text-align: center;
  margin-top:20px;
}
.qire-logo img {
  width: 140px;
  margin: 0 20px;
}

.modal {
  color: #666;
}
.modal a {
  color: #003747;
}
.modal a:hover {
  color: #007fa6;
}

.color-blue {
  color: #004e66;
}
