@charset "utf-8";
/* CSS Document */

.form-alert{
  margin: 0 auto 12px;
  max-width: 450px;
  padding: 12px 14px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.35;
  border: 1px solid transparent;
}

.form-alert.success{
  background: #eaffea;
  border-color: #35a853;
  color: #1d6b33;
}

.form-alert.error{
  background: #ffecec;
  border-color: #dc3545;
  color: #8a1f2b;
}

/* Honeypot alanı tamamen gizli */
.hp-field{
  position:absolute !important;
  left:-9999px !important;
  width:1px !important;
  height:1px !important;
  opacity:0 !important;
}
