/*registerAccount*/
.registerAccount-container {
  width: 100%;
  height: 70vh;
  background: transparent url(../img/term/background.png) center no-repeat;
  background-size: 120%;
}

.registercard {
  background: transparent;
  margin-top: 15rem;
  padding: 12%;
  border: none;
}

.custom-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin-top: 5px;
}

.custom-checkbox input[type=checkbox] {
  display: none;
}

.checkbox-icon {
  width: 30px;
  height: 30px;
  background-image: url("../img/term/button-03.png");
  background-size: cover;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.custom-checkbox input:checked + .checkbox-icon {
  background-image: url("../img/term/button-04.png");
}

.label-imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
}

.word-img {
  height: 30px;
}

.btn-confirm {
  width: 130px;
  height: 60px;
  border: none;
  background-image: url("../img/term/button-01.png");
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 10px auto;
}

.btn-confirm.active {
  background-image: url("../img/term/button-02.png");
  cursor: pointer;
}

@media screen and (max-width: 400px) {
  .registercard {
    margin-top: 14rem;
  }
}
@media screen and (max-width: 375px) {
  .registercard {
    margin-top: 10rem;
    padding: 10%;
  }
}
@media screen and (max-width: 360px) {
  .registercard {
    margin-top: 12rem;
    padding: 9%;
  }
}

/*registerAccount*/
/* .registerAccount-container {
  width: 100%;
  height: 70vh;
  background: transparent url(../img/term/background.png) center no-repeat;
  background-size: 120%;
}

.registercard {
  background: transparent;
  margin-top: 16rem;
  padding: 12%;
  border: none;
}

.custom-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin-top: 10px;
}

.custom-checkbox input[type=checkbox] {
  display: none;
}

.checkbox-icon {
  width: 30px;
  height: 30px;
  background-image: url("../img/term/button-03.png");
  background-size: cover;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.custom-checkbox input:checked + .checkbox-icon {
  background-image: url("../img/term/button-04.png");
}

.label-imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}

.word-img {
  height: 30px;
}

.btn-confirm {
  width: 130px;
  height: 60px;
  border: none;
  background-image: url("../img/term/button-01.png");
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 10px auto;
}

.btn-confirm.active {
  background-image: url("../img/term/button-02.png");
  cursor: pointer;
} */
