/* CSS Document */
#login {
  background: rgba(255, 255, 255, 0.5);
  min-height: 100dvh;
  padding: 96px 15px;
}
#login .login-mds01 {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 24px;
  line-height: 1.5;
}
#login .login-mds02 {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  position: relative;
  border-bottom: 2px solid #7A4EA0;
  padding: 0 10px 5px;
  width: fit-content;
  margin: 0 auto 16px;
}
#login .artist-txt-list {
  font-size: 12px;
  font-family: "Quicksand", "Zen Maru Gothic", sans-serif;
  text-align: center;
  font-weight: 500;
  margin-bottom: 30px;
}
#login .btn-base {
  width: 310px;
  margin: 0 auto 16px;
}
#login .btn-base a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 13px 0;
  background: #fff;
  border: 2px solid #7A4EA0;
  border-radius: 2em;
  font-weight: bold;
}
#login .btn01 a {
  background: #7A4EA0;
  color: #fff;
}
/*# sourceMappingURL=_map/login.css.map */
