:root,
html {
  font-size: 16px;
  font-family: Lato, serif;
}
.h-100vh {
  height: 100vh;
}
.bg-grid {
  background: url('/img/bk.jpg') repeat;
}
.login-wrap {
  position: relative;
  background: #fff;
  padding: 2rem;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #aaa;
  -moz-box-shadow: 0 0 6px #999;
  -webkit-box-shadow: 0 0 6px #999;
  box-shadow: 0 0 6px #999;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999')";
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999');
}
.login-wrap img {
  max-width: 100%;
}
.login-wrap label {
  font-size: inherit !important;
}
/*# sourceMappingURL=login.css.map */