.search-container {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}

.search-container input.form-control {
  width: 100%;
  padding-right: 40px; /* Ruang untuk ikon */
  border: 1px solid #ccc;
  border-radius: 20px;
}

.search-container .search-icon {
  position: absolute;
  right: 10px;
  cursor: pointer;
}

.content {
  display: none;
}
.content.active {
  display: block;
}

.title {
  font-size: 30px;
  line-height: 31.8px;
  font-weight: 700;
  padding: 30px 0px 16px 0px;
}

.title-register {
    font-size: 24px;
    line-height: 27.8px;
    font-weight: 700;
  }

.search-icon img{
    width: 12px; height: 12px
}
