body {
  font-family: "Roboto", sans-serif;
}
.content {
  margin: 0 auto;
  max-width: 1920px;
  background: #edebfb;
}
.banner {
  width: 100%;
  max-height: 1083px;
  overflow: hidden;
}

.banner img {
  width: 100%;
  height: auto;
  object-fit: cover;
  z-index: -1;
}
.introduce-img {
  box-shadow: 7px 7px #0e4f02;
}
.information .item {
  box-shadow: 10px 10px #c0bcde;
}
.list-artist .item {
  box-shadow: 5px 5px #c0bcde;
}
.liner {
  background-image: linear-gradient(
    0deg,
    #09a341 0%,
    #06e016 79%,
    #06e016 100%
  );
}
.checkbox-wrapper-18 .round {
  position: relative;
}

.checkbox-wrapper-18 .round label {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  height: 16px;
  width: 16px;
  display: block;
}

.checkbox-wrapper-18 .round label:after {
  border: 3px solid #66bb6a;
  border-top: none;
  border-right: none;
  content: "";
  height: 6px;
  left: 3px;
  opacity: 0;
  position: absolute;
  top: 5px;
  transform: rotate(-45deg);
  width: 12px;
}

.checkbox-wrapper-18 .round input[type="checkbox"] {
  visibility: hidden;
  display: none;
  opacity: 0;
}

.checkbox-wrapper-18 .round input[type="checkbox"]:checked + label {
  background-color: #ffffff;
  border-color: #ffffff;
}

.checkbox-wrapper-18 .round input[type="checkbox"]:checked + label:after {
  opacity: 1;
}
.bg-register {
  width: inherit;
  height: -moz-available;
  height: -webkit-fill-available;
  height: fill-available;
  
}
.move {
  width: 100%;
  width: -moz-available;
  width: -webkit-fill-available;
  width: fill-available;
  height: revert-layer;
}
