body {
  font-family: 'Nunito', sans-serif;
  color: #2A2A2A;
}

.login,
.regist {
  margin-top: 50px;
}

.image-login img,
.image-regist img {
  width: 562px;
  height: 466px;
}

.image-login {
  margin-top: 50px;
}

.left-side .left-side-header span {
  font-weight: bold;
}

.left-side form input[type="text"],
.left-side form input[type="date"],
.left-side form input[type="password"] {
  border: solid 1px rgba(112, 112, 112, 0.09);
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 11px;
          box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 11px;
  border-radius: 12px;
  font-size: 16px;
  height: 50px;
}

.left-side .btn-daftar,
.left-side .btn-login {
  background-color: #26C6DA;
  color: #FFFFFF;
  border-radius: 50px;
  font-weight: bold;
  font-size: 20px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 5px;
          box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 5px;
}

.left-side .btn-daftar:hover,
.left-side .btn-login:hover {
  background-color: #1D8C9A;
}

.left-side .text-bottom span a {
  font-weight: bold;
  color: #26C6DA;
}

.section-header .navbar-brand {
  font-weight: bold;
  font-size: x-large;
}

.section-header .nav-link {
  margin-left: 20px;
  font-weight: bold;
  font-size: medium;
  color: #000;
}

.section-button a {
  font-weight: bold;
  font-size: medium;
}

.section-button .btn-daftar {
  font-weight: bold;
  font-size: medium;
  background-color: #26C6DA;
  color: #fff;
  border-radius: 78px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 5px;
          box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 5px;
}

.section-button .btn-daftar:hover {
  background-color: #2DA1AF;
  color: #fff;
}

.section-background-header .section-title {
  margin-top: 70px;
}

.section-background-header h1 {
  font-weight: bold;
}

.section-background-header p {
  font-size: 18px;
}

.section-background-header .btn-get-started {
  background-color: #26C6DA;
  color: #fff;
  border-radius: 78px;
  font-weight: bold;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 5px;
          box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 5px;
}

.section-background-header .btn-get-started:hover {
  background-color: #2DA1AF;
  color: #fff;
}

.header-item {
  margin-top: 70px;
}

.header-item a {
  text-decoration: none;
  color: #2A2A2A;
}

.header-item a .item {
  width: 220px;
  padding: 30px 25px 20px 25px;
  border-radius: 16px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 15px;
          box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 15px;
}

.header-item a .item img {
  width: 85px;
  height: 85px;
}

.header-item a .item h5 {
  font-size: 18px;
}

.data-statistik {
  padding-top: 180px;
  margin-top: -70px;
  margin-bottom: 20px;
}

.data-statistik .kotak {
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 15px;
          box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 15px;
  padding-bottom: 30px;
}

.data-statistik .kotak .border-right {
  border-right: 1px solid #707070;
  position: relative;
  height: 100px;
  top: 15px;
}

.data-statistik .kotak .none {
  position: relative;
  height: 100px;
  top: 15px;
}

.data-statistik h4,
.data-statistik h2 {
  font-weight: bold;
}

.data-statistik h2 {
  font-size: 40px;
}

.surat {
  padding-top: 80px;
  margin-bottom: 80px;
}

.surat h4 {
  font-weight: bold;
}

.surat .image-surat img {
  width: 487px;
  height: 389px;
}

.surat .step-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.surat .icon-item {
  margin-right: 20px;
  margin-bottom: 30px;
  width: 160px;
  text-align: center;
}

.surat .icon-item img {
  width: 120px;
  height: 120px;
}

.section-footer {
  background-color: #E3F8FA;
}

.section-footer h5 {
  font-weight: bold;
  font-size: 25px;
}

.section-footer ul li a {
  color: #2A2A2A;
}

.section-footer ul li {
  margin-bottom: 5px;
}

.section-footer-2 {
  background-color: #8CE1EB;
  color: #fff;
  font-weight: bold;
}

@media (max-width: 439px) {
  .section-background-header h1 {
    font-size: 35px;
  }
  .section-background-header p {
    font-size: 15px;
  }
  .header-item img {
    width: 50px;
    height: 50px;
  }
  .header-item .item {
    width: 170px;
    margin-left: 20px;
    margin-bottom: 20px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .header-item h5 {
    font-size: 15px;
  }
  .data-statistik {
    padding-top: 120px;
  }
  .data-statistik h2 {
    font-size: 35px;
  }
  .surat .image-surat {
    margin-bottom: 20px;
  }
  .surat .image-surat img {
    width: 327px;
    height: 229px;
  }
  .surat .icon-item {
    width: 140px;
  }
  .surat .icon-item img {
    width: 100px;
    height: 100px;
  }
  .surat .icon-item p {
    font-size: 15px;
  }
}
/*# sourceMappingURL=main.css.map */