.container {
  max-width: 750px;
}

.input {
  display: none;
}
.image_container {
  /* margin: auto; */
  width: 220px;
  margin-bottom: 40px;
}
.image_box {
  height: 220px;
  background: var(--secondary-color);
  border-radius: 5px;
  border: 1px dotted var(--text-color-secondary);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.image_error {
  color: #ad2e30;
  font-weight: bold;
  font-size: 14px;
  margin-top: 8px;
}

.text_input {
  margin: 20px 0px;
}
.action {
  margin: 20px 0px;
  display: flex;
  justify-content: flex-end;
}
