/* Sign In Page Customization */

/* Change the background of the auth section */
#auth {
  background: #607991; /* fallback for old browsers */
  background: linear-gradient(to right, #6e64ff, #607991);
}

/* Style the login card container */
#auth-card {
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

/* Customize the login button */
.btn-primary {
  background-color: #6002db !important;
  color: #ffffff !important;
}

/* Add a hover effect to the login button */
.btn-primary:hover {
  background-color: #4a00af !important;
}