body {
  font-family: "Poppins", sans-serif;
  background: url("../img/bg-parfume.jpeg") center/cover no-repeat fixed;
  background-attachment: fixed;
  image-rendering: auto;

}

.login-box {
  width: 950px;
  border-radius: 20px;
  background: white;
backdrop-filter: blur(6px);
}

.left-panel {
  background: #596aff;
  color: white;
}

/* Rounded Inputs */
.custom-input {
  border-radius: 12px;
  height: 45px;
}

/* Buttons */
.login-btn {
  background: #596aff !important;
  border-radius: 12px;
  padding: 12px;
  font-weight: 600;
}

/* Responsive Fix */
@media (max-width: 768px) {
  .left-panel {
    display: none;
  }

  .login-box {
    width: 100%;
  }
}
