.form--create {
  display: flex;
  flex-direction: row;
  align-items: center;

  .form-field {
    input {
      margin-right: 20px;
      font-size: 36px;
      font-weight: 700;
      &::placeholder {
        color: #ccc;
      }
    }
  }
}