* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-image: url("./img/index-bg.png");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 100vh;
}

.page-header {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0 1rem;
}
.page-header .logo {
  padding: 1rem;
}
.page-header .logo span {
  line-height: 8vw;
  font-size: 8vw;
  font-family: "Poppins";
  font-weight: bold;
  color: #fec007;
}
.page-header .logo small {
  display: inline-block;
  width: 100%;
  text-align: center;
  line-height: 2vw;
  font-size: 2vw;
  font-family: "Noto Sans JP";
  font-weight: bold;
  color: #333333;
}
.page-header .login {
  padding: 1rem;
}

.container {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 1rem !important;
}/*# sourceMappingURL=index.css.map */