@charset "utf-8";

html,
body {
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0 auto;
  font-family: 'Open Sans', sans-serif;
  color: #f5f5f5;
  text-align: center;
  background-color: #002f39;
}

h1 {
  text-indent: -9999px;
  font-size: 0;
  margin: 0;
  padding: 0;
}

div.contlogo {
  position: absolute;
  width: 200px;
  height: 200px;
  margin: -100px 0 0 -100px;
  top: 40%;
  left: 50%;
  color: #5e7880;
}

div.contlogo p {
  font-size: 0.75rem;
}

div.contlogo p.message {
  /* font-size: 14px; */
  font-size: 1rem;
  margin-top: 10px;
  color: #f5f5f5;
  border-top: 1px dotted #5e7880;
  border-bottom: 1px dotted #5e7880;
  padding: 5px 0;
}

div.contlogo img.logo {
  margin: 0 auto 5px auto;
}
