/*

(C) 2007, 2017 All Content

*/
html, body {
  font-family: 'Nunito', sans-serif;
  font-weight: 100;
  height: 100vh;
  margin: 0;
}
.left {
  background-color: #e6e6e6;
}
.right {
  background-color: #33426f;
  color: #e6e6e6;
}
.full-height {
  height: 100vh;
}
.flex-center {
  align-items: center;
  display: flex;
  justify-content: center;
}
.position-ref {
  position: relative;
}
.copyright {
  border-right: 2px solid;
  font-size: 26px;
  padding: 0 15px 0 15px;
  text-align: center;
}
.message {
  font-size: 18px;
  text-align: center;
}
a:link {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
