.login-page {
  -ms-flex-align: center;
  align-items: center;
  background-color: #e9ecef;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
  -ms-flex-pack: center;
  justify-content: center;
}

.login-box {
  width: 360px;
}

@media (max-width: 576px) {
  .login-box {
    margin-top: .5rem;
    width: 90%;
  }
}

.login-box .card {
  margin-bottom: 0;
}

.login-box-msg {
  margin: 0;
  padding: 0 20px 20px;
  text-align: center;
}