*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    
}
@media (max-width: 768px) {
  .section-oval h2 {
    font-size: 20px;
    margin-top: 20px;
  }
   form {
    margin-top: 4rem; /* atau padding-top: 2rem; */
  }

  .informasi-permintaan {
    flex-direction: column;
    gap: 1rem;
  }

  .input-field {
    width: 100%;
    font-size: 14px;
  }

  
}
html,body{
    overflow-x: hidden;
}
body{
  min-height: 100vh;
}
#isi-oval {
  display: inline-block;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.5;
  white-space: normal;
}

.permintaan-srt{
border: 1px solid #000; /* contoh border */
border-top-left-radius: 30px;
border-top-right-radius: 30px;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
background-color: #0FB2BE;
margin-top: 30px;
padding-left: 30px;
padding-right: 30px;
padding-bottom: 150px;
text-align: center;
 position: relative;
  overflow: hidden;
    
}
/* Teks besar */
.bg-text-kanan,
.bg-text-kiri {
  position: absolute;
  font-size: 128px;
  font-weight: bold;
  color: white;
  opacity: 0.1;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

.bg-text-kanan {
  top: 20px;
  left: 30px;
}

.bg-text-kiri {
  bottom: 40px;
  right: -250px;
}

/* Gambar logo */
.bg-img-kanan,
.bg-img-kiri {
  position: absolute;
  width: 350px;
  /* opacity: 0.1; */
  z-index: 0;
  pointer-events: none;
  user-select: none;
}

.bg-img-kanan {
  top: 60px;
  right: 0;
  
}

.bg-img-kiri {
  bottom: 40px;
   left: 50%;
  transform: translateX(-50%);
}
.informasi-permintaan{
    margin-top: 5%;
    text-align: center;

}

.input-field{
    width: 100%;
  max-width: 800px;
  padding: 16px 20px;
  margin-bottom: 16px;
  border: none;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  color: #333;
  outline: none;
  text-align: left;
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
}
.input-field::placeholder{
    color: #B0B0B0;
}

.btn-periksa {
  position: relative;
  padding: 10px 20px;
  background-color: #ffffff;
  border: 2px solid #264e52;
  border-radius: 15px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  font-weight: 600;
  color: #264e52;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Montserrat', sans-serif;
  overflow: hidden;
  z-index: 1;
}

.btn-periksa::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 0;
  background-color: #264e52;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: all 0.4s ease;
  z-index: -1;
}

.btn-periksa:hover::before {
  height: 500%;
}

.btn-periksa:hover {
  color: #ffffff;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
  border-color: transparent;
}



.permintaan-srt2{
border: 1px solid #000; /* contoh border */
border-top-left-radius: 30px;
border-top-right-radius: 30px;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
background-color: #0FB2BE;
margin-top: 30px;
padding-left: 30px;
padding-right: 30px;
padding-bottom: 300px;
width: 100%;
text-align: center;
 position: relative;
  /* overflow: hidden; */
    
}

.konten-pengajuan{
  margin-top: 40px;
  text-align: center;
  font-size: 16px;
}

.konten-pengajuan p{
  font-family: 'Montserrat', sans-serif;
  padding-bottom: 20px;
}

/* Teks besar */
.bg-text-kanan2,
.bg-text-kiri2 {
  position: absolute;
  font-size: 128px;
  font-weight: bold;
  color: white;
  opacity: 0.1;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}
.bg-text-kanan2 {
  top: 20px;
  left: 30px;
}

/* Gambar logo */
.bg-img-kanan2,
.bg-img-kiri2 {
  position: absolute;
  width: 450px;
  /* opacity: 0.1; */
  z-index: 0;
  pointer-events: none;
  user-select: none;
}

.bg-img-kanan2 {
  bottom: 0px;
  right: 0;
  
}

.bg-img-kiri2 {
  bottom: -150px;
   left: 50%;
  transform: translateX(-50%);
}