body {
  font-family: 'Poppins', sans-serif;
  background-color: #f8f9fa;
}

/* Required field star */
.required {
  color: red;
  font-weight: 600;
}

/* Validation messages */
.error-text {
  color: red;
  font-size: 0.85rem;
  margin-top: 4px;
}

/* Form styling */
.form-control:focus {
  border-color: #0d6efd;
  box-shadow: none;
}

/* Buttons */
.btn-primary {
  border-radius: 6px;
}

.logo_img{
  /* height: 40px; */
  /* width: 50px!important; */
}

/* Mobile spacing */
@media (max-width: 576px) {
  h1, h2 {
      font-size: 1.5rem;
  }
}
