body {
  font-family: 'Noto Sans TC', 'Roboto', Arial, sans-serif;
  background: linear-gradient(135deg, #4e73df 0%, #224abe 100%);
}
.card {
  border-radius: 1.5rem;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.2);
}
.bg-login-image {
  background: url('/static/images/sumup-HNUWwuE50Bo-unsplash.jpg') center center/cover no-repeat;
  border-radius: 1.5rem 0 0 1.5rem;
}
.btn-user {
  font-size: 1.1rem;
  font-weight: 700;
  border-radius: 2rem;
  box-shadow: 0 2px 8px rgba(78, 115, 223, 0.15);
  transition: background 0.2s, box-shadow 0.2s;
}
.btn-user:hover {
  background: #224abe;
  box-shadow: 0 4px 16px rgba(34, 74, 190, 0.25);
}
.text-gray-900 {
  color: #343a40 !important;
}
h1.text {
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .bg-login-image {
      display: none !important;
  }
  .card {
      border-radius: 1.5rem;
  }
}
/* .bg-login-image {
    background: url("/static/images/sumup-HNUWwuE50Bo-unsplash.jpg");
    background-position: center;
    background-size: cover;
  }
.accordion-button:after {
    order: -1; 
    margin-left: 0; 
    margin-right:0.5em; 
  } */
