@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap");
.page-card-head {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.app-logo {
  background-image: url("/AppLogo.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 245px;
  height: 60px;
  margin-bottom: 20px;
}

.app-illus {
  content: url("/AppIllus.png");
  width: 438px;
  height: 250px;
}

#page-login {
  background-color: white;
}

.page-title p {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  text-align: center;
  color: rgb(2, 53, 53);
  font-size: 20px;
  font-weight: bold;
  font-family: "Montserrat";
  line-height: 0.5;
}

.page-card {
  border: none !important;
  margin: -36px auto !important;
}

.btn-login {
  background-color: rgb(5, 80, 80) !important;
  padding: 8px 6px !important;
  font-family: "Montserrat";
}

.footer-content p {
  opacity: 0.5;
  display: flex;
  flex-direction: column;
  text-align: center;
  font-family: "Montserrat";
  font-size: 12px;
}

body > nav {
  display: none !important;
}