.content-wrapper {
  /* background-color: #396C44; */
  /* background: rgb(57,108,68); */
  /* background: linear-gradient(90deg, rgba(57,108,68,1) 0%, rgba(28,103,44,1) 48%, rgba(27,154,54,1) 100%); */
}

.login-page, .register-page {
  background-image: url("/storage/client/background/login.jpg");
  
  /* Full height */
  /* height: 100%; */

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #D3D3D3;
}

.custom-theme-button {
  background: transparent; /* No internal button background, let parent color show */
  color: #ffffff;
  font-weight: bold;
  border: none;
  border-radius: 0;
  text-transform: uppercase;
}

.custom-theme-button:hover {
  background: rgba(255, 255, 255, 0.1); /* Light hover for better UX */
}

/* Custom navbar background color */
.navbar-custom {
  background-color: #396C44 !important; /* Use your theme color */
}
