body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

p {
  margin: 0.5rem 0 1rem 0;
}

.logo {
  max-height: 80px;
  width: auto;
}
@media (min-width: 576px) {
  .logo {
    max-height: 100px;
  }
}

.profile-card {
  border: none;
  border-radius: 0.5rem;
  transition: box-shadow 0.2s ease;
}
.profile-card:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.08);
}
.profile-card .card-header {
  border-radius: 0.5rem 0.5rem 0 0;
  background: linear-gradient(135deg, rgb(44, 136, 38), #165829);
}

.form-control {
  border-radius: calc(0.5rem / 2);
  border-color: rgb(218.25, 223.5, 228.75);
  padding: 0.6rem 0.9rem;
}
.form-control:focus {
  border-color: rgb(44, 136, 38);
  box-shadow: 0 0 0 0.2rem rgba(44, 136, 38, 0.15);
}

.form-label {
  font-weight: 500;
  color: #6c757d;
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
}

.btn-primary {
  background: linear-gradient(135deg, rgb(44, 136, 38), #165829);
  border: none;
  border-radius: calc(0.5rem / 2);
  padding: 0.6rem 1.8rem;
  font-weight: 500;
}
.btn-primary:hover {
  background: linear-gradient(135deg, #165829, rgb(13.84, 55.36, 25.7927272727));
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(44, 136, 38, 0.3);
}

.text-brand {
  color: rgb(44, 136, 38);
}

/*# sourceMappingURL=main.css.map */
