.bottom-header {
  margin-top: -8em;
}

.box-contents .img {
  width: 100% !important;
}

.bottom-header .menu_center .container {
  padding-right: 0;
}

.alert-danger {
  display: none;
}

.form-register {
  padding: 40px;
}
.form-register .head-register .head {
  position: relative;
  margin-bottom: 24px;
}
.form-register .head-register .head::after {
  position: absolute;
  display: block;
  content: "";
  width: 20%;
  height: 2px;
  background: #9e58c5;
  bottom: -10px;
  left: 40%;
}
.form-register .submit {
  background: #9e58c5;
  border-radius: 4px;
}
.form-register .submit a {
  color: #fff;
}

#dialogoverlay {
  opacity: 0.8;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 10;
}

#dialogoverlay {
  opacity: 0.8;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 10;
}

div#dialogbox {
  display: none;
  position: fixed;
  top: 0;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
}

div#dialogboxhead {
  font-size: 13px;
  text-align: center;
}

div#dialogboxbody {
  font-size: 13px;
  text-align: center;
  padding: 10px 0;
}

div#dialogboxfoot {
  font-size: 13px;
  text-align: center;
}
div#dialogboxfoot button {
  border: unset;
  background: #9e58c5;
  border-radius: 5px;
  cursor: pointer;
  color: #fff;
}

@media (max-width: 767px) {
  .box-contents {
    margin-top: 20px !important;
  }
  .box-contents h3 strong {
    font-size: 14px !important;
  }
  .box-contents img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .box-contents .btgrid .content {
    text-align: center;
  }
  .box-contents .btgrid p {
    font-size: 12px;
  }
  .box-contents p {
    font-size: 12px;
  }
  .block-service .c-title_block {
    font-size: 18px !important;
    margin: 20px 0 !important;
  }
  .trademark-top {
    margin-bottom: 20px !important;
  }
  .form-register {
    padding: 15px !important;
  }
  .form-register .head-register p {
    font-size: 14px !important;
  }
  .form-register form label {
    font-size: 14px !important;
  }
  .form-register form input {
    font-size: 12px !important;
  }
  .form-register form .submit a {
    font-size: 12px !important;
  }
  .bottom-header {
    margin-top: 0 !important;
  }
}
.password-field-container {
  position: relative;
}

.password-toggle {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
  color: #6c757d;
}

.password-toggle:hover {
  color: #863fa9;
}

.box-register-mobile {
  display: none;
}
@media (max-width: 767px) {
  .box-register-mobile {
    display: block;
    text-align: center;
    margin-top: 20px;
  }
  .box-register-mobile p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .box-register-mobile a.register-ndt {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
  }
}

.snowflake {
  position: fixed;
  top: -10px;
  z-index: 9999;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: default;
  animation-name: snowfall;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.8);
  font-size: 1em;
  opacity: 0.8;
  filter: brightness(2) drop-shadow(0 0 0px #fff);
}

@keyframes snowfall {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  100% {
    transform: translateY(100vh) rotate(360deg);
  }
}
.snowflake:nth-of-type(1) {
  left: 1%;
  animation-duration: 8s;
}

.snowflake:nth-of-type(2) {
  left: 10%;
  animation-duration: 10s;
  animation-delay: 1s;
}

.snowflake:nth-of-type(3) {
  left: 20%;
  animation-duration: 12s;
  animation-delay: 0.5s;
}

.snowflake:nth-of-type(4) {
  left: 30%;
  animation-duration: 9s;
}

.snowflake:nth-of-type(5) {
  left: 40%;
  animation-duration: 11s;
  animation-delay: 2s;
}

.snowflake:nth-of-type(6) {
  left: 50%;
  animation-duration: 13s;
  animation-delay: 1.5s;
}

.snowflake:nth-of-type(7) {
  left: 60%;
  animation-duration: 10s;
}

.snowflake:nth-of-type(8) {
  left: 70%;
  animation-duration: 14s;
  animation-delay: 0.8s;
}

.snowflake:nth-of-type(9) {
  left: 80%;
  animation-duration: 9s;
  animation-delay: 1.2s;
}

.snowflake:nth-of-type(10) {
  left: 90%;
  animation-duration: 11s;
  animation-delay: 0.3s;
}

.snowflake:nth-of-type(11) {
  left: 5%;
  animation-duration: 15s;
}

.snowflake:nth-of-type(12) {
  left: 15%;
  animation-duration: 8s;
  animation-delay: 2.5s;
}

.snowflake:nth-of-type(13) {
  left: 25%;
  animation-duration: 12s;
  animation-delay: 1.8s;
}

.snowflake:nth-of-type(14) {
  left: 35%;
  animation-duration: 10s;
  animation-delay: 0.5s;
}

.snowflake:nth-of-type(15) {
  left: 45%;
  animation-duration: 13s;
}

.snowflake:nth-of-type(16) {
  left: 55%;
  animation-duration: 9s;
  animation-delay: 1.5s;
}

.snowflake:nth-of-type(17) {
  left: 65%;
  animation-duration: 11s;
  animation-delay: 0.8s;
}

.snowflake:nth-of-type(18) {
  left: 75%;
  animation-duration: 14s;
  animation-delay: 2s;
}

.snowflake:nth-of-type(19) {
  left: 85%;
  animation-duration: 10s;
  animation-delay: 1s;
}

.snowflake:nth-of-type(20) {
  left: 95%;
  animation-duration: 12s;
  animation-delay: 0.2s;
}/*# sourceMappingURL=default.css.map */