body {

    background: linear-gradient(45deg, #09c03d, #093de7);
    height: 100vh;
      margin: 0;
      padding: 0;
      display: flex;
      justify-content: center;
      align-items: center;
  }
  
  .btn-color{
      background-color: #0a4703;
      color: #fff;
      
    }
  
    .btn-color:hover {
      background-color: #089c1a; /* Warna biru */
      color: #0a4703; /* Warna hitam */
  }
    
    .profile-image-pic{
      height: 200px;
      width: 200px;
      object-fit: cover;
    }
    
    
    
  .cardbody-color{
      background: linear-gradient(to bottom, #09c03d, #093de7);
      border-radius: 20px;
      justify-content: center;
    align-items: center;
    display: flex;
  }

  .card-body{
    border-radius: 20px;
    
  align-items: center;

}
    
    a{
      text-decoration: none;
    }
  
    .position-relative {
      position: relative;
  }
  
  #togglePassword {
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
      cursor: pointer;
  }