.container {
  max-width: 450px;
}

.container .row .gam img {
  width: 100%;
  height: auto;
  margin-top: 25px;
}

.container .row .h {
  margin-top: 100px;
}

.container .row .p {
  font-size: 21px;
  margin-top: 15px;
  margin-bottom: -10px;
}

.container .row form {
  padding: 12px;
}

.container .row form .cek {
  border: 1px solid rgb(145, 145, 145);
  padding: 10px;
  width: 100%;
  border-radius: 5px;
}

.container .row form .cek .form-check-input {
  margin-left: 1px;
  margin-right: 13px;
}

.container .row form .cek1 {
  margin-bottom: 15px;
}

.container .row form .nohp {
  margin-top: 30px;
}

.container .row form .nohp input {
  padding: 15px;
}

.container .row form .nohp input:focus {
  outline: none;
  border-color: rgb(165, 165, 165);
  box-shadow: none;
}

/* TOMBOL Lanjutkan - WARNA BIRU */
.container .row form .button {
  color: white;
  width: 100%;
  background-color: rgb(22, 93, 255); /* Warna biru utama */
  border: none; /* Tambahin biar rapi, kalau ada border sebelumnya */
}

.container .row form .btn1 {
  margin-top: 25px;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 10px;
}

.container .row form .in input:focus {
  outline: none;
  border-color: rgb(165, 165, 165);
  box-shadow: none;
}

.container .row form .in input {
  padding: 15px;
}

/* Tombol hide juga diubah ke biru biar serasi */
.hide-btn {
  position: absolute;
  margin-top: 12px;
  margin-right: 10px;
  /* top: 50%; */
  right: 10px;
  transform: translateY(-223%);
  border: none;
  background: none;
  color: rgb(22, 93, 255); /* Warna biru sama dengan tombol */
  font-size: 14px;
  cursor: pointer;
}

.hide-btn:focus {
  border: none;
}
