body {
  background: #00090f;
  font-family: "Roboto-Regular", "Microsoft JhengHei" !important;
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 18px;
  color: #FFF;
}

.forget .verificationInput .veriticationImg {
  display: inline-block;
  width: 100px;
}
.forget .verificationInput .veriticationImg img {
  width: 100%;
  height: 100%;
}
.forget .verificationInput input {
  width: calc(100% - 80px);
}

.onepage a {
  color: #1cbcf9;
}
.onepage .forget a {
  color: #FFF;
}
.onepage a:hover {
  opacity: 0.8;
}
.onepage .logo {
  text-align: center;
  margin: 60px auto 20px;
  padding: 15px;
}
.onepage .content {
  width: 65%;
  max-width: 850px;
  min-width: 750px;
  margin: 0 auto;
  padding: 20px 30px 15px;
}
.onepage .copyright {
  text-align: center;
  margin: 0 auto;
  padding: 10px;
  color: #EEE;
  font-size: 13px;
}
.onepage .carousel-item {
  padding-top: 120px;
  padding-bottom: 30px;
}
.onepage .carousel-item h3 {
  font-size: 30px;
  line-height: 34px;
  text-align: left;
}
.onepage .carousel-item p {
  font-size: 14px;
  line-height: 16px;
  text-align: left;
}
.onepage .leftBlock {
  background: rgb(0, 141, 102);
  background: -moz-linear-gradient(-45deg, rgb(0, 141, 102) 0%, rgb(18, 79, 76) 100%);
  background: -webkit-linear-gradient(-45deg, rgb(0, 141, 102) 0%, rgb(18, 79, 76) 100%);
  background: linear-gradient(135deg, rgb(0, 141, 102) 0%, rgb(18, 79, 76) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#008d66", endColorstr="#124f4c",GradientType=1 );
}

/*carousal*/
.carousel, .carousel-inner, .carousel-item {
  position: relative;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-inner {
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  display: none;
  align-items: center;
  width: 100%;
  transition: transform 0.6s ease;
  backface-visibility: visible;
  perspective: 1000px;
  position: relative;
}
.carousel-item img {
  margin: 0 auto;
  display: block;
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: block;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators li.active {
  background-color: #fff;
}
.carousel-indicators li::before {
  top: -10px;
}
.carousel-indicators li::after {
  bottom: -10px;
}
.carousel-indicators li::after, .carousel-indicators li::before {
  left: 0;
  display: inline-block;
  height: 10px;
  position: absolute;
  content: "";
  width: 100%;
}

.carousel-caption {
  position: absolute;
  left: 0;
  top: 0;
}
.carousel-caption h3, .carousel-caption p {
  position: unset;
}
.carousel-caption h3 {
  margin-bottom: 1rem;
}

/*carousal*/
@media screen and (max-width: 1000px) {
  .onepage .content {
    width: 80%;
    max-width: 850px;
    min-width: 750px;
  }
}

/*# sourceMappingURL=registered.css.map */
