body, html {
  height: 100%;
  margin: 0;
  padding: 0;
  /* background: #000000;  */
}

#style-button{
  color: #d2ad67;
}

.icon-mini-berl{
width: 25px;
height: 20px;
}
.icon-mini-berlanja{
width: 20px;
height: 20px;
}

.logo-img {
  width: 40%;
  height: 40%;
}

.logo-img-button {
  width: 70px;
  height: 30px;
  margin-top: 2px;
}

.text-title{
  color: rgb(0, 0, 0); 
  letter-spacing: 5px;
  font-weight: bold;
} 

.container-fluid {
  height: 100%;
} 

.bg-color {
  height: 100vh;
  padding: 2%;
  display: flex;
  align-items: flex-start;
}

/* .text-berl-wrapper img { 
  width: 30%;
  border-radius: 10px;
  padding: 0;
  margin: 0;
}  */
  
.bg-color-second {
  /* background: #ddb65c; */
  background: #d2ad67;
  /* background-image: linear-gradient(#d2ad67, #ba9442, #856513); */
  height: 100vh; 
  border-radius: 40px 0px 0px 40px;
  padding: 20px;
  display: flex;
  align-items: center;
  /* border: 3px solid #d2ad67; */
}

.login-form {
  width: 80%;
  margin: 0 auto;
  text-align: center;  
}

/* .login-form h1 {
  color: #000; 
  font-weight: bold;
  margin-bottom: 20px;
} */

.large-image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
}

.large-image {
  max-width: 100%;
  max-height: 85vh; 
 
}

.img-berl {
  width:20%;
  height:10%;
  /* position: absolute;
  top: 0;
  left: 0; */
} 

.login-form input {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 10px;
  border: 0;
  height: 40px;
}

/* .container-button{
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;

} */

.link-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #000;
  color: white;
  text-decoration: none;
  border-radius: 20px;
  transition: background-color 0.3s;
  margin-top:10px ;
  border: 0px; 
  font-weight: bold;
}

.link-btn:hover {
  background-color: #333;
}


.forgot-password {
  color: #000000;
  cursor: pointer;
  text-align: center;
  margin-top: 20px;
  font-weight: bold;

}
.password-wrapper {
  position: relative; 
} 

.toggle-password {
  position: absolute; 
  top: 50%;
  right: 15px; 
  transform: translateY(-50%);
  cursor: pointer;
}

.toggle-password i {
  color: #000;
}

@media (max-width: 768px) {
  body, html {
    background: #1e1e1e; 
  }
  .link-btn {
    display: inline-block;
    padding: 5px 10px;
    background-color: #d2ad67;
    color: #000;
    text-decoration: none;
    border-radius: 20px;
    transition: background-color 0.3s;
    margin-top:10px ;
    border: 0px; 
  }

  .logo-img {
    width: 80%;
    height: 80%;
  }

  .logo-img-button {
    width: 70%;
    height: 50%;
  }
  .text-title{
    color: #d2ad67; 
    letter-spacing: 5px;
    font-size: 25px;
    margin-bottom: 20px;
    }
  .bg-color {
   display: none;  
  }

  .bg-color-second {
    flex-basis: 50%;
    padding: 20px; 
    border-radius: 20px; 
    background: #000;
  }

  .text-berl-wrapper,
  .img-responsive,
  .img-berl {
    margin-bottom: 10px;  
  }

  .berlanja-btn {
    width: 25%; 
    margin: 10px; 
  }

  .bg-color-second {
    border-radius: 30px; 
    height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid #d2ad67;
  }

  .large-image {
    max-height: 0; 
  }

  .img-berl {
    display: none;
  } 

  .container-fluid {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
  }

  .login-form {
    width: 100%;
    padding: 20px;
  }

  
  .toggle-password i {
    color: #d2ad67;
  }


  .forgot-password {
  color: #d2ad67;
  cursor: pointer;
  text-align: center;
  margin-top: 20px;
  font-weight: bold;

}
#style-button{
  color: #000;
}

}


