/* === Background Panel Kanan (Gradient Sesuai Logo) === */
.gradient-custom-2 {
  background: linear-gradient(to right, #0056A6, #4FA7FF); /* Biru tua → biru muda */
}

@media (min-width: 768px) {
  .gradient-form {
    height: 100vh !important;
  }
}

@media (min-width: 769px) {
  .gradient-custom-2 {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem;
  }
}

/* === Input Password + Icon Eye === */
input[type=password] { 
  box-sizing: border-box;  
} 

.fontpassword {
  position: relative;
}

.fontpassword i {
  position: absolute;
  left: 90%;
  top: 55%;
  color: #666; /* abu gelap netral, lebih rapi daripada abu pucat */
  cursor: pointer;
}

/* === Link Home === */
.home a {
  color: #0056A6;  /* biru tua */
  text-decoration: none; 
  font-weight: 600;
}

.home a:hover {
  color: #F58220; /* oranye khas logo */
}

/* === Tombol Login === */
.btn-outline-primary {
  border-color: #F58220; 
  color: #F58220;
  font-weight: 600;
}