.kfr-form {
  max-width: 500px;
  margin: 30px auto;
  font-family: sans-serif;
  background: #ffffff;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  color: #222;
}

.kfr-form input[type="text"],
.kfr-form input[type="email"],
.kfr-form input[type="file"],
.kfr-form select,
.kfr-form textarea {
  width: 100%;
  padding: 10px;
  margin-top: 6px;
  margin-bottom: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #222;
  background-color: #fff;
}

.kfr-form label {
  font-weight: bold;
  display: block;
  margin-bottom: 4px;
  color: #222;
}

.kfr-form small {
  color: #555;
}

.kfr-form button {
  background-color: #b51818;
  color: #fff;
  border: none;
  padding: 12px 20px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.kfr-form button:hover {
  background-color: #861111;
}

.kfr-form input[type="checkbox"] {
  transform: scale(1.2);
  margin-right: 6px;
}

.kfr-form a {
  color: #b51818;
  text-decoration: underline;
}


.kfr-success-message {
  background: #e6ffe6;
  border: 1px solid #28a745;
  padding: 16px;
  margin-bottom: 20px;
  border-radius: 4px;
  color: #155724;
  font-weight: bold;
}
