@font-face {
  font-family: Lato;
  font-weight: 300;
  font-style: normal;
  src: url('fonts/Lato-Light.woff') format('woff');
}

@font-face {
  font-family: Lato;
  font-weight: 400;
  font-style: normal;
  src: url('fonts/Lato-Regular.woff') format('woff');
}

@font-face {
  font-family: Lato;
  font-weight: 700;
  font-style: normal;
  src: url('fonts/Lato-Bold.woff') format('woff');
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  color: #150E52;
  background: #f8f8f8;
  font-size: 16px;
  font-family: Lato, 'sans-serif';
  line-height: 1.5;
  text-align: center;
}

article {
  min-height: 100vh;
}

.flexible {
  display: flex;
}

.centered {
  justify-content: center;
  align-items: center;
}

.column {
  flex-direction: column;
}

.ic-icon {
  width: 200px;
  height: 200px;
  margin-bottom: 46px;
}

header {
  flex: 1 1 auto;
  padding: 9em 1.5em 1.5em;
  overflow: hidden;
}

header h2 {
  margin: 0 0 0.5em;
  font-size: 2.25em;
  font-weight: bold;
  letter-spacing: 0.03em;
}

header p {
  margin: 0;
  letter-spacing: 0.03em;
}

.panel {
  width: 100%;
  max-width: 500px;
  padding: 2em 1em;
}

footer {
  flex: 1 1 auto;
  align-items: center;
  padding: 2em;
  max-height: 174px;
  overflow: hidden;
}

.ewizard-logo {
  width: 168px;
  height: 36px;
}

footer p {
  font-size: 0.75em;
  font-weight: 300;
}

@media (max-width: 600px) {
  body {
    font-size: 13px;
  }
}
