.ja-form,
.ea-form {
  color: #717378;
}

.ja-row,
.ea-row {
  display: flex;
  gap: 30px;
}

.ja-col,
.ea-col {
  width: 50%;
}

.ja-field,
.ea-field {
  margin-bottom: 20px;
}

.ja-field label,
.ea-field label {
  font-size: 16px;
  margin-bottom: 6px;
}

.ja-field input[type="text"],
.ea-field input[type="text"] {
  border: 1px solid #d9d9d9;
  border-radius: 12px;
  color: #717378;
  padding: 12px;
}

.ja-field select,
.ea-field select{
  border: 1px solid #d9d9d9;
  border-radius: 12px;
  color: #717378;
  padding: 12px;
}

.ja-field input[type="file"],
.ea-field input[type="file"] {
  border: 1px solid #d9d9d9;
  border-radius: 12px;
  color: #717378;
  display: block;
  padding: 12px;
  width: 100%;
}

.ja-field textarea,
.ea-field textarea {
  border: 1px solid #d9d9d9;
  border-radius: 12px;
  color: #717378;
  height: 185px;
  padding: 12px;
}

.ja-field input[type="checkbox"],
.ea-field input[type="checkbox"] {
  margin-right: 10px;
  position: relative;
  top: -1px;
  transform: scale(1.3);
}

.ja-submit,
.ea-submit {
  text-align: left;
  cursor: pointer;
}

.ja-error,
.ea-error {
  color: #e80000;
  display: error;
  margin-top: 5px;
}
