html {
  width: 100vw;
  height: 100vh;
}

body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.loginBox {
  width: 100%;
  margin: 25vh auto 0;
  max-width: 90%;
  display: flex;
  justify-content: center;
}

.error:focus {
  border: 1px solid red;
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.4);
}

.card-header {
  font-weight: 700;
  font-size: 18px;
}

/*# sourceMappingURL=login.css.map */
