html {
  height: 100%;
}
html body {
  align-items: center;
  background: url(/img/skins/generic-background.png?v=a1e60e41) repeat top left #000;
  display: flex;
  height: 100%;
}
html body .content {
  background: url(/img/logo.png?v=a1e60e41) no-repeat center 20px #fff;
  border: 1px #ccc solid;
  border-radius: 10px;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.15);
  margin: 20px auto;
  max-width: 470px;
  padding: 80px 20px 10px 20px;
}
html body .content > h3 {
  margin: 0;
}
html body .content > h4 {
  margin: 20px 0;
}
html body .content > hr {
  margin: 10px 0;
}
html body .content .already-have-account .glyphicon {
  color: #428bca;
  margin-right: 3px;
}
html body .content .download-gfl {
  margin-top: 20px;
}
html body .content .download-gfl a {
  font-weight: bold;
}
@media (max-width: 576px) {
  html body {
    display: block;
  }
}
